Lines Matching refs:Benchmark
2 // benchmark harness code at the beginning and end of the file.
5 new Benchmark("Earley", function () { BgL_earleyzd2benchmarkzd2(); }),
6 new Benchmark("Boyer", function () { BgL_nboyerzd2benchmarkzd2(); })
4657 // Invoke this function to run a benchmark.
4658 // The first argument is a string identifying the benchmark.
4659 // The second argument is the number of times to run the benchmark.
4660 // The third argument is a function that runs the benchmark.
4662 // returned by the benchmark is incorrect.