You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,8 @@ After that you can check all results in [http://localhost:8080/webdriver-ts/tabl
221
221
- You can select multiple frameworks and benchmarks for running with prefixes like in the following example in the webdriver-ts directory:
222
222
`npm run bench -- --benchmark 01_ 02_ --framework keyed/vanillajs keyed/react-hooks`
223
223
runs the test for all frameworks that contain either angular or bob, which means all angular versions and bobril and all benchmarks whose id contain 01* or 02*
224
+
- The memory benchmarks assume certain paths for the chrome installation. If it doesn't fit use
225
+
`npm run bench -- --chromeBinary /usr/bin/google-chrome`
224
226
- If you can't get one framework to compile or run, just move it out of the frameworks directory and re-run
225
227
- One can check whether an implementation is keyed or non-keyed via `npm run isKeyed` in the webdriver-ts directory. You can limit which frameworks to check in the same way as the webdriver test runner like e.g. `npm run isKeyed keyed/svelte`. The program will report an error if a benchmark implementation is incorrectly classified.
<h3>Memory allocation in MBs ± 95% confidence interval</h3>
11
-
<p>Please note that currently issue <ahref="https://github.com/krausest/js-framework-benchmark/issues/916">#916</a> causes wrong values for some frameworks.
0 commit comments