| Index: test/js-perf-test/JSTests.json
|
| diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json
|
| index 8e15a194a32ade29660559b7c34b1528ad6253e5..b2a0671eac1dd4b29b46f6d33b7889c07e2be0b1 100644
|
| --- a/test/js-perf-test/JSTests.json
|
| +++ b/test/js-perf-test/JSTests.json
|
| @@ -9,6 +9,18 @@
|
| "resources": ["base.js"],
|
| "tests": [
|
| {
|
| + "name": "AsyncAwait",
|
| + "path": ["AsyncAwait"],
|
| + "main": "run.js",
|
| + "resources": [
|
| + "native.js",
|
| + "baseline-babel-es2017.js",
|
| + "baseline-naive-promises.js"
|
| + ],
|
| + "flags": ["--allow-natives-syntax"],
|
| + "results_regexp": "^%s\\-AsyncAwait\\(Score\\): (.+)$"
|
| + },
|
| + {
|
| "name": "Generators",
|
| "path": ["Generators"],
|
| "main": "run.js",
|
|
|