Commit 1c26e0a4 authored by jgruber's avatar jgruber Committed by Commit bot

[js-perf-test] Specify AsyncAwait tests in JSTests.json

BUG=v8:5805

Review-Url: https://codereview.chromium.org/2619753002
Cr-Commit-Position: refs/heads/master@{#42127}
parent 8b900b8b
......@@ -18,7 +18,12 @@
"baseline-naive-promises.js"
],
"flags": ["--allow-natives-syntax"],
"results_regexp": "^%s\\-AsyncAwait\\(Score\\): (.+)$"
"results_regexp": "^%s\\-AsyncAwait\\(Score\\): (.+)$",
"tests": [
{"name": "BaselineES2017"},
{"name": "BaselineNaivePromises"},
{"name": "Native"}
]
},
{
"name": "Generators",
......
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