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
prudepixie
changed the title
perf: add query params to run different benchmark implementations of the same file
perf: add query params to run benchmarks for repeatMay 19, 2022
Following the work for adding appending related benchmarks, we want to use a similar model to create benchmarks for 'repeat' from fast-element.
The pattern is to run different benchmark implementations of the same file using query-params.
?method=repeat
?method=forEach
?method=map
Perhaps a --url argument can be added to the cli in this case.
Currently the append benchmarks are run by a custom script.
The text was updated successfully, but these errors were encountered: