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

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

Issue 1746383003: [js-perf-test] add microbenchmarks for Object.values(), Object.entries() (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebased Created 4 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/LodashTests.json
diff --git a/test/js-perf-test/LodashTests.json b/test/js-perf-test/LodashTests.json
new file mode 100644
index 0000000000000000000000000000000000000000..5aa17dcf91050da943b978d097d371065a2415a8
--- /dev/null
+++ b/test/js-perf-test/LodashTests.json
@@ -0,0 +1,26 @@
+{
+ "name": "Test",
+ "run_count": 5,
+ "run_count_android_arm": 3,
+ "run_count_android_arm64": 3,
+ "timeout": 120,
+ "units": "score",
+ "total": true,
+ "resources": ["base.js"],
+ "tests": [
+ {
+ "name": "Lodash",
+ "path": ["Lodash"],
+ "main": "run.js",
+ "resources": [
+ "lodash.custom.js",
+ "entries-lodash.js"
+ ],
+ "results_regexp": "^%s\\-Lodash\\(Score\\): (.+)$",
+ "tests": [
+ {"name": "Entries"},
+ {"name": "Values"}
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698