| Index: test/js-perf-test/Strings/Strings.json
|
| diff --git a/test/js-perf-test/Strings/Strings.json b/test/js-perf-test/Strings/Strings.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..871e72f7d78ff6c6f07064c3e9a4f34ebb09a694
|
| --- /dev/null
|
| +++ b/test/js-perf-test/Strings/Strings.json
|
| @@ -0,0 +1,13 @@
|
| +{
|
| + "name": "JSTests/Strings",
|
| + "path": ["."],
|
| + "main": "run.js",
|
| + "flags": ["--harmony-strings"],
|
| + "run_count": 5,
|
| + "units": "score",
|
| + "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$",
|
| + "total": true,
|
| + "tests": [
|
| + {"name": "StringFunctions"}
|
| + ]
|
| +}
|
|
|