Index: test/js-perf-test/JSTests.json |
diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json |
index 7b100413da50b1081b9cdb2d2da3321372da2913..e4e95104a759b41c018f1250ea06bae5ddafdcfb 100644 |
--- a/test/js-perf-test/JSTests.json |
+++ b/test/js-perf-test/JSTests.json |
@@ -274,6 +274,18 @@ |
{"name": "Object.hasOwnProperty--el-str"}, |
{"name": "Object.hasOwnProperty--NE-el"} |
] |
+ }, |
+ { |
+ "name": "TypedArrays", |
+ "path": ["TypedArrays"], |
+ "main": "run.js", |
+ "resources": [ |
+ "typedarrays.js" |
+ ], |
+ "results_regexp": "^TypedArrays\\-%s\\(Scope\\): (.+)$", |
+ "tests": [ |
+ {"name": "CopyWithin"} |
+ ] |
} |
] |
} |