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

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

Issue 2691423003: [tests] Add js-perf-test for %TypedArray%.prototype.sort (Closed)
Patch Set: 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/copywithin.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 2e2524ba310411da9b07d99f9c4b41fafcf5b752..c7c73908545780dc8d1ee57183d2bb2e01f72362 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -283,7 +283,7 @@
{
"name": "CopyWithin",
"main": "run.js",
- "test_flags": ["typedarrays"]
+ "test_flags": ["copywithin"]
},
{
"name": "Constructor",
@@ -296,6 +296,11 @@
"results_regexp": "^TypedArrays\\-Constructor\\(Score\\): (.+)$",
"main": "run.js",
"test_flags": ["constructor"]
+ },
+ {
+ "name": "Sort",
+ "main": "run.js",
+ "test_flags": ["sort"]
}
]
}
« no previous file with comments | « no previous file | test/js-perf-test/TypedArrays/copywithin.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698