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

Faster effects #159

Merged
merged 3 commits into from
Jul 8, 2021
Merged

Faster effects #159

merged 3 commits into from
Jul 8, 2021

Conversation

lukechu10
Copy link
Member

No description provided.

@lukechu10 lukechu10 added the performance Performance related label Jul 8, 2021
@github-actions
Copy link

github-actions bot commented Jul 8, 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               |       132.02 |   166.99 |  162.21 |   -2.86%
  02_replace1k           |       147.82 |   181.92 |  178.95 |   -1.63%
+ 03_update10th1k_x16    |       262.10 |   310.34 |  270.38 |  -12.87%
- 04_select1k            |        48.17 |    52.15 |   59.74 |  +14.56%
+ 05_swap1k              |        74.29 |    79.96 |   75.04 |   -6.16%
- 06_remove-one-1k       |        29.17 |    30.75 |   31.52 |   +2.51%
  07_create10k           |      1330.18 |  4048.42 | 4030.67 |   -0.44%
+ 08_create1k-after1k_x2 |       305.75 |   418.23 |  403.53 |   -3.51%
+ 09_clear1k_x8          |       191.28 |   219.24 |  209.19 |   -4.58%
  21_ready-memory        |         1.02 |     1.02 |    1.02 |   -0.00%
  22_run-memory          |         1.50 |     1.80 |    1.78 |   -1.26%
  23_update5-memory      |         1.82 |     2.12 |    2.09 |   -1.16%
  24_run5-memory         |         2.11 |     2.40 |    2.40 |   +0.23%
  25_run-clear-memory    |         2.25 |     2.26 |    2.26 |   +0.00%
  31_startup-ci          |      1857.39 |  1958.57 | 1955.04 |   -0.18%
- 32_startup-bt          |        20.26 |    34.40 |   40.71 |  +18.32%
  34_startup-totalbytes  |       197.35 |   303.69 |  303.71 |   +0.01%

Workflow: 1012672922
Adding new commits will generate a new report

@github-actions
Copy link

github-actions bot commented Jul 8, 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               |       123.10 |   157.05 |  159.46 |   +1.53%
  02_replace1k           |       139.58 |   168.36 |  167.89 |   -0.28%
+ 03_update10th1k_x16    |       228.57 |   252.26 |  245.59 |   -2.64%
- 04_select1k            |        39.00 |    40.74 |   50.31 |  +23.49%
+ 05_swap1k              |        66.38 |    73.05 |   69.33 |   -5.09%
  06_remove-one-1k       |        27.90 |    28.71 |   28.70 |   -0.02%
  07_create10k           |      1269.36 |  3772.90 | 3788.33 |   +0.41%
  08_create1k-after1k_x2 |       293.74 |   374.28 |  381.18 |   +1.84%
+ 09_clear1k_x8          |       178.95 |   205.06 |  198.91 |   -3.00%
  21_ready-memory        |         1.02 |     1.02 |    1.02 |   -0.00%
  22_run-memory          |         1.50 |     1.78 |    1.80 |   +1.36%
  23_update5-memory      |         1.82 |     2.11 |    2.12 |   +0.07%
  24_run5-memory         |         2.11 |     2.40 |    2.40 |   -0.07%
  25_run-clear-memory    |         2.25 |     2.26 |    2.26 |   +0.10%
  31_startup-ci          |      1858.10 |  1958.53 | 1960.14 |   +0.08%
+ 32_startup-bt          |        20.70 |    54.00 |   32.90 |  -39.08%
  34_startup-totalbytes  |       197.35 |   303.69 |  305.91 |   +0.73%

Workflow: 1012933974
Adding new commits will generate a new report

@github-actions
Copy link

github-actions bot commented Jul 8, 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.25 |   172.97 |  156.67 |   -9.42%
+ 02_replace1k           |       155.11 |   181.82 |  176.66 |   -2.84%
+ 03_update10th1k_x16    |       222.00 |   250.90 |  216.32 |  -13.78%
+ 04_select1k            |        42.43 |    52.46 |   44.42 |  -15.33%
- 05_swap1k              |        67.36 |    67.85 |   70.12 |   +3.35%
  06_remove-one-1k       |        29.00 |    28.45 |   28.93 |   +1.70%
  07_create10k           |      1469.98 |  3865.64 | 3932.45 |   +1.73%
+ 08_create1k-after1k_x2 |       300.40 |   422.33 |  412.51 |   -2.33%
- 09_clear1k_x8          |       192.26 |   207.34 |  220.59 |   +6.39%
  21_ready-memory        |         1.02 |     1.02 |    1.02 |   +0.00%
  22_run-memory          |         1.50 |     1.78 |    1.80 |   +1.35%
  23_update5-memory      |         1.82 |     2.11 |    2.12 |   +0.06%
- 24_run5-memory         |         2.11 |     2.35 |    2.40 |   +2.04%
  25_run-clear-memory    |         2.25 |     2.26 |    2.26 |   -0.00%
  31_startup-ci          |      1904.06 |  1960.67 | 1965.92 |   +0.27%
+ 32_startup-bt          |        36.27 |    41.92 |   38.38 |   -8.44%
  34_startup-totalbytes  |       197.35 |   303.69 |  303.71 |   +0.01%

Workflow: 1012976971
Adding new commits will generate a new report

@lukechu10 lukechu10 merged commit f8f0e3d into master Jul 8, 2021
@lukechu10 lukechu10 deleted the faster-effects branch July 8, 2021 20:47
lukechu10 added a commit that referenced this pull request Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant