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

Side by Side Diff: test/js-perf-test/Object/ObjectTests.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: Make the tests actually work Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "ObjectTests",
3 "run_count": 5,
4 "run_count_android_arm": 3,
5 "run_count_android_arm64": 3,
6 "timeout": 120,
7 "units": "score",
8 "total": true,
9 "resources": ["base.js"],
10 "tests": [
11 {
12 "name": "Object",
13 "path": ["."],
14 "main": "run.js",
15 "flags": ["--harmony"],
16 "resources": [
17 "assign.js",
18 "values.js",
19 "entries.js"
20 ],
21 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$",
22 "tests": [
23 {"name": "Assign"},
24 {"name": "Entries"},
25 {"name": "EntriesMegamorphic"},
26 {"name": "Values"},
27 {"name": "ValuesMegamorphic"}
28 ]
29 }
30 ]
31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698