[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}
This commit is contained in:
caitpotter88 2015-09-10 06:44:58 -07:00 committed by Commit bot
parent edb30522f9
commit 0cc8eaa4c6
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
"units": "score",
"results_regexp": "^%s\\-RestParameters\\(Score\\): (.+)$",
"tests": [
{"name": "BasicRest1"}
{"name": "Basic1"}
]
},
{

View File

@ -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)
]);