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.