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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,7 @@ runs the test for all frameworks that contain either angular or bob, which means
241
241
* You can also run implementations by passing their directory names (cd to webdriver-ts):
242
242
`npm run bench keyed/angular keyed/react` or if you want to pass more options it becomes:
243
243
`npm run bench -- --count 3 keyed/angular keyed/react`.
244
+
* You can run all of the frameworks you've installed using `npm run bench -- --installed`
244
245
* If you can't get one framework to compile or run, just move it out of the root directory and remove it from common.ts, recompile and re-run
245
246
* To achieve good precision you should run each framework often enough. I recommend at least 10 times, more is better. The result table contains the mean and the standard deviation. You can seen the effect on the latter pretty well if you increase the count.
246
247
* 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 -- --framework svelte`. The program will report an error if a benchmark implementation is incorrectly classified.
0 commit comments