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

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

Issue 2769973005: [JSPerfTests] New tests for Array.prototype.filter and map. (Closed)
Patch Set: Naive tests go generic. Created 3 years, 9 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 | « test/js-perf-test/Array/run.js ('k') | no next file » | 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 ef3a4789b61f1b535216d719b2f886d2059edff8..c9abacdea8485216dd35655f071c929daae5a374 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -345,11 +345,20 @@
"path": ["Array"],
"main": "run.js",
"resources": [
- "filter.js"
+ "filter.js", "map.js"
],
"results_regexp": "^%s\\-Array\\(Score\\): (.+)$",
"tests": [
- {"name": "Filter"}
+ {"name": "NaiveFilterReplacement"},
+ {"name": "DoubleFilter"},
+ {"name": "SmiFilter"},
+ {"name": "FastFilter"},
+ {"name": "ObjectFilter"},
+ {"name": "NaiveMapReplacement"},
+ {"name": "DoubleMap"},
+ {"name": "SmiMap"},
+ {"name": "FastMap"},
+ {"name": "ObjectMap"}
]
}
]
« no previous file with comments | « test/js-perf-test/Array/run.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698