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

Side by Side 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, 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": "Test",
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": "Lodash",
13 "path": ["Lodash"],
14 "main": "run.js",
15 "resources": [
16 "lodash.custom.js",
17 "entries-lodash.js"
18 ],
19 "results_regexp": "^%s\\-Lodash\\(Score\\): (.+)$",
20 "tests": [
21 {"name": "Entries"},
22 {"name": "Values"}
23 ]
24 }
25 ]
26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698