(name, count, fn)
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | function createSuite(name, count, fn) { |
| 6 | new BenchmarkSuite(name, [count], [new Benchmark(name, true, false, 0, fn)]); |
| 7 | } |
| 8 | |
| 9 | const inputs = [ |
| 10 | 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.', |
no outgoing calls
no test coverage detected