Commit 0cc8eaa4 authored by caitpotter88's avatar caitpotter88 Committed by Commit bot

[es6] fixup for rest parameters perf test

BUG=v8:2160
LOG=N
NOTRY=true
R=adamk, machenbach@chromium.org, rossberg

Review URL: https://codereview.chromium.org/1331803003

Cr-Commit-Position: refs/heads/master@{#30682}
parent edb30522
......@@ -18,7 +18,7 @@
"units": "score",
"results_regexp": "^%s\\-RestParameters\\(Score\\): (.+)$",
"tests": [
{"name": "BasicRest1"}
{"name": "Basic1"}
]
},
{
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
new BenchmarkSuite('Basic', [1000], [
new BenchmarkSuite('Basic1', [1000], [
new Benchmark('BasicRest1', false, false, 0,
BasicRest1, BasicRest1Setup, BasicRest1TearDown)
]);
......
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