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
Add a benchmark.each() similar to jest's it.each() so that scenarios with the same test logic but with different test data can be written without having to repeat code.
In addition to existing primitives such as benchmark.only, benchmark.skip add a benchmark.each(table)(name, fn) to support data/table driven testing.
The text was updated successfully, but these errors were encountered:
Add a
benchmark.each()
similar to jest'sit.each()
so that scenarios with the same test logic but with different test data can be written without having to repeat code.In addition to existing primitives such as
benchmark.only
,benchmark.skip
add abenchmark.each(table)(name, fn)
to support data/table driven testing.The text was updated successfully, but these errors were encountered: