| Index: test/js-perf-test/JSTests.json
|
| diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json
|
| index 22c4b33440cf49a03a34727b464791bdb0cc791b..de60b91783f6ffe2ceb219042fd47d69e5606c33 100644
|
| --- a/test/js-perf-test/JSTests.json
|
| +++ b/test/js-perf-test/JSTests.json
|
| @@ -397,6 +397,22 @@
|
| {"name": "Let-Standard"},
|
| {"name": "Var-Standard"}
|
| ]
|
| + },
|
| + {
|
| + "name": "Modules",
|
| + "path": ["Modules"],
|
| + "main": "run.js",
|
| + "resources": ["basic-export.js", "basic-import.js", "basic-namespace.js", "value.js"],
|
| + "flags": [
|
| + "--allow-natives-syntax",
|
| + "--harmony-dynamic-import"
|
| + ],
|
| + "results_regexp": "^%s\\-Modules\\(Score\\): (.+)$",
|
| + "tests": [
|
| + {"name": "BasicExport"},
|
| + {"name": "BasicImport"},
|
| + {"name": "BasicNamespace"}
|
| + ]
|
| }
|
| ]
|
| }
|
|
|