| Index: test/js-perf-test/JSTests.json
|
| diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json
|
| index e143ebfca5c46804c4acaa3e2bfb7825cfc1f30c..813db372736aa414977abd0d075c01bb3da2ace7 100644
|
| --- a/test/js-perf-test/JSTests.json
|
| +++ b/test/js-perf-test/JSTests.json
|
| @@ -341,13 +341,13 @@
|
| ]
|
| },
|
| {
|
| - "name": "Arrays",
|
| - "path": ["Arrays"],
|
| + "name": "Array",
|
| + "path": ["Array"],
|
| "main": "run.js",
|
| "resources": [
|
| "filter.js"
|
| ],
|
| - "results_regexp": "^Arrays\\-%s\\(Scope\\): (.+)$",
|
| + "results_regexp": "^Array\\-%s\\(Scope\\): (.+)$",
|
| "tests": [
|
| {"name": "Filter"}
|
| ]
|
|
|