Commit a6ba7ffe authored by caitpotter88's avatar caitpotter88 Committed by Commit bot

[cleanup] fix SpreadCalls perf-test names in JSTests.json

BUG=v8:3018
R=arv@chromium.org
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#27758}
parent b45a664f
......@@ -17,9 +17,9 @@
"units": "score",
"results_regexp": "^%s\\-SpreadCalls\\(Score\\): (.+)$",
"tests": [
{"name": "Call-Sum"},
{"name": "CallMethod-Sum"},
{"name": "CallNew-Sum"}
{"name": "Call"},
{"name": "CallMethod"},
{"name": "CallNew"}
]
},
{
......
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