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

Unified Diff: test/js-perf-test/JSTests.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/JSTests.json
diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json
index b482749244a1457ff0281c1063d5e27d585f6c70..24cdf72ed7b246fc5b496ec0b231137ccdefdf66 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -110,10 +110,17 @@
"name": "Object",
"path": ["Object"],
"main": "run.js",
- "resources": ["assign.js"],
+ "flags": "--harmony",
+ "resources": [
+ "assign.js",
+ "values.js",
+ "entries.js"
+ ],
"results_regexp": "^%s\\-Object\\(Score\\): (.+)$",
"tests": [
- {"name": "Assign"}
+ {"name": "Assign"},
+ {"name": "Values"},
+ {"name": "Entries"}
]
},
{
« no previous file with comments | « no previous file | test/js-perf-test/Lodash/entries-lodash.js » ('j') | test/js-perf-test/Lodash/lodash.custom.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698