Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(627)

Unified Diff: test/js-perf-test/JSTests.json

Issue 2671233002: [typedarrays] move %TypedArray%.prototype.copyWithin to C++ (Closed)
Patch Set: alphabetize JSTests.json Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"}
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698