| Index: test/js-perf-test/JSTests.json
|
| diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json
|
| index 52bff011dbee78ea6b5b85ca4da797e17731b258..f58ceeb796ac4177fe004675d58011683bf25a2e 100644
|
| --- a/test/js-perf-test/JSTests.json
|
| +++ b/test/js-perf-test/JSTests.json
|
| @@ -124,6 +124,24 @@
|
| ]
|
| },
|
| {
|
| + "name": "StringIterators",
|
| + "path": ["StringIterators"],
|
| + "main": "run.js",
|
| + "resources": ["string-iterator.js"],
|
| + "results_regexp": "^%s\\-StringIterators\\(Score\\): (.+)$",
|
| + "tests": [
|
| + {"name": "Spread_OneByteShort"},
|
| + {"name": "Spread_TwoByteShort"},
|
| + {"name": "Spread_WithSurrogatePairsShort"},
|
| + {"name": "ForOf_OneByteShort"},
|
| + {"name": "ForOf_TwoByteShort"},
|
| + {"name": "ForOf_WithSurrogatePairsShort"},
|
| + {"name": "ForOf_OneByteLong"},
|
| + {"name": "ForOf_TwoByteLong"},
|
| + {"name": "ForOf_WithSurrogatePairsLong"}
|
| + ]
|
| + },
|
| + {
|
| "name": "Templates",
|
| "path": ["Templates"],
|
| "main": "run.js",
|
|
|