| Index: test/js-perf-test/JSTests.json
|
| diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json
|
| index b2a0671eac1dd4b29b46f6d33b7889c07e2be0b1..7b100413da50b1081b9cdb2d2da3321372da2913 100644
|
| --- a/test/js-perf-test/JSTests.json
|
| +++ b/test/js-perf-test/JSTests.json
|
| @@ -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",
|
|
|