MCPcopy Create free account
hub / github.com/nodejs/node / createSuite

Function createSuite

deps/v8/test/js-perf-test/Strings/string-startswith.js:5–7  ·  view source on GitHub ↗
(name, count, fn)

Source from the content-addressed store, hash-verified

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

Callers 15

capture.jsFile · 0.50
serialize.jsFile · 0.50
small.jsFile · 0.50
medium.jsFile · 0.50
large.jsFile · 0.50
array-reduce.jsFile · 0.50
tagged-template.jsFile · 0.50
array-map.jsFile · 0.50
constructor.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected