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

Bench split-render branch #6

Closed
wants to merge 1 commit into from
Closed

Conversation

jstarry
Copy link
Member

@jstarry jstarry commented Jun 15, 2020

No description provided.

@jstarry
Copy link
Member Author

jstarry commented Jun 15, 2020

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

##                       | wasm-bindgen | baseline |  update |  diff ##
#######################################################################
+ 01_run1k               |       144.85 |   287.38 |  265.57 |   -7.59%
- 02_replace1k           |       152.20 |    96.34 |   97.67 |   +1.38%
- 03_update10th1k_x16    |       210.09 |   337.87 |  346.98 |   +2.70%
- 04_select1k            |        32.90 |    70.44 |   75.51 |   +7.21%
+ 05_swap1k              |        72.87 |    46.41 |   42.54 |   -8.34%
- 06_remove-one-1k       |        30.97 |    98.44 |  102.59 |   +4.22%
+ 07_create10k           |      1411.43 | 16367.74 | 4608.32 |  -71.85%
+ 08_create1k-after1k_x2 |       309.48 |   753.16 |  558.27 |  -25.88%
- 09_clear1k_x8          |       203.93 |   479.15 |  489.69 |   +2.20%
+ 21_ready-memory        |         1.08 |     1.05 |    1.05 |   -0.00%
- 22_run-memory          |         1.57 |     1.78 |    2.11 |  +18.86%
- 23_update5-memory      |         1.89 |     2.09 |    2.16 |   +3.17%
+ 24_run5-memory         |         2.19 |     2.05 |    2.05 |   -0.08%
+ 25_run-clear-memory    |         2.33 |     2.38 |    2.33 |   -2.17%
- 31_startup-ci          |      1313.62 |  1315.10 | 1354.48 |   +2.99%
+ 32_startup-bt          |        17.86 |    27.40 |   24.24 |  -11.53%
+ 34_startup-totalbytes  |        59.86 |    85.52 |   85.17 |   -0.41%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant