Commit d4c22c30 authored by petermarshall's avatar petermarshall Committed by Commit bot

[Test] Do a set number of runs to trigger optimisation for SuperSpread.

BUG=v8:5895

Review-Url: https://codereview.chromium.org/2669523002
Cr-Commit-Position: refs/heads/master@{#42811}
parent 64eae6ef
......@@ -6,15 +6,15 @@
// Copyright 2014 Kevin Decker <https://github.com/kpdecker/six-speed/>
new BenchmarkSuite('SuperSpread-ES5', [1000], [
new Benchmark('ES5', false, false, 0, ES5),
new Benchmark('ES5', true, true, 150000, ES5),
]);
new BenchmarkSuite('SuperSpread-Babel', [1000], [
new Benchmark('Babel', false, false, 0, Babel),
new Benchmark('Babel', true, true, 150000, Babel),
]);
new BenchmarkSuite('SuperSpread-ES6', [1000], [
new Benchmark('ES6', false, false, 0, ES6),
new Benchmark('ES6', true, true, 150000, ES6),
]);
// ----------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment