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

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

Issue 2676193002: [tests] add microbenchmark for %TypedArray%.prototype.copyWithin (Closed)
Patch Set: Remove heap-symbols.h change 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
« no previous file with comments | « no previous file | test/js-perf-test/TypedArrays/run.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"}
+ ]
}
]
}
« no previous file with comments | « no previous file | test/js-perf-test/TypedArrays/run.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698