Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not insert unnecessary markers #137

Merged
merged 2 commits into from
Jul 1, 2021
Merged

Conversation

lukechu10
Copy link
Member

No description provided.

@lukechu10 lukechu10 added A-macro Area: macros performance Performance related labels Jul 1, 2021
@github-actions
Copy link

github-actions bot commented Jul 1, 2021

Finished dev [unoptimized + debuginfo] target(s) in 0.01s
 Running `target/debug/results_diff`

Benchmark Report

  • wasm-bindgen: the performance goal
  • baseline: performance of sycamore-baseline (typically latest master)
  • update: performance of sycamore (typically recent changes)
  • diff: measures the improvement of update over the baseline
@@                         Performance Diff                          @@

##                       | wasm-bindgen | baseline |  update |  diff ##
#######################################################################
+ 01_run1k               |       120.51 |   195.86 |  183.12 |   -6.51%
+ 02_replace1k           |       135.65 |   181.69 |  172.77 |   -4.91%
- 03_update10th1k_x16    |       233.97 |   244.79 |  252.33 |   +3.08%
+ 04_select1k            |        34.55 |    54.89 |   53.70 |   -2.17%
  05_swap1k              |        66.59 |    71.16 |   70.41 |   -1.05%
- 06_remove-one-1k       |        27.36 |    28.07 |   28.97 |   +3.22%
+ 07_create10k           |      1228.94 |  6973.81 | 6265.43 |  -10.16%
+ 08_create1k-after1k_x2 |       284.96 |   462.67 |  418.53 |   -9.54%
+ 09_clear1k_x8          |       186.11 |   240.80 |  226.86 |   -5.79%
  21_ready-memory        |         1.02 |     1.02 |    1.02 |   -0.03%
+ 22_run-memory          |         1.50 |     2.02 |    1.96 |   -2.92%
+ 23_update5-memory      |         1.82 |     2.33 |    2.27 |   -2.60%
+ 24_run5-memory         |         2.11 |     2.53 |    2.44 |   -3.62%
  25_run-clear-memory    |         2.25 |     2.29 |    2.28 |   -0.48%
  31_startup-ci          |      1896.33 |  1967.94 | 1964.07 |   -0.20%
  32_startup-bt          |        34.58 |    42.46 |   43.24 |   +1.83%
  34_startup-totalbytes  |       197.35 |   324.48 |  322.65 |   -0.56%

Workflow: [991497470](/sycamore-rs/sycamore/actions/runs/991497470) *Adding new commits will generate a new report*

@github-actions
Copy link

github-actions bot commented Jul 1, 2021

Finished dev [unoptimized + debuginfo] target(s) in 0.01s
 Running `target/debug/results_diff`

Benchmark Report

  • wasm-bindgen: the performance goal
  • baseline: performance of sycamore-baseline (typically latest master)
  • update: performance of sycamore (typically recent changes)
  • diff: measures the improvement of update over the baseline
@@                         Performance Diff                          @@

##                       | wasm-bindgen | baseline |  update |  diff ##
#######################################################################
+ 01_run1k               |       124.88 |   205.51 |  196.59 |   -4.34%
+ 02_replace1k           |       137.48 |   190.83 |  187.00 |   -2.01%
  03_update10th1k_x16    |       212.77 |   232.25 |  236.76 |   +1.94%
  04_select1k            |        38.66 |    53.78 |   53.16 |   -1.16%
- 05_swap1k              |        66.14 |    67.69 |   69.37 |   +2.48%
+ 06_remove-one-1k       |        26.55 |    28.74 |   26.30 |   -8.49%
+ 07_create10k           |      1409.67 |  6366.88 | 5886.89 |   -7.54%
+ 08_create1k-after1k_x2 |       315.34 |   500.53 |  452.31 |   -9.63%
- 09_clear1k_x8          |       210.19 |   261.09 |  268.34 |   +2.78%
  21_ready-memory        |         1.02 |     1.02 |    1.02 |   -0.03%
+ 22_run-memory          |         1.50 |     2.02 |    1.96 |   -2.91%
+ 23_update5-memory      |         1.82 |     2.33 |    2.27 |   -2.60%
  24_run5-memory         |         2.11 |     2.53 |    2.52 |   -0.32%
+ 25_run-clear-memory    |         2.25 |     2.29 |    2.20 |   -4.07%
  31_startup-ci          |      1821.32 |  1967.01 | 1967.49 |   +0.02%
- 32_startup-bt          |        15.56 |    51.57 |   53.08 |   +2.94%
  34_startup-totalbytes  |       197.35 |   324.48 |  322.65 |   -0.56%

Workflow: [991534814](/sycamore-rs/sycamore/actions/runs/991534814) *Adding new commits will generate a new report*

@lukechu10 lukechu10 merged commit e1a5291 into master Jul 1, 2021
@lukechu10 lukechu10 deleted the marker-tags-only-behind-dynamic branch July 1, 2021 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-macro Area: macros performance Performance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant