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

Side by Side Diff: test/js-perf-test/Classes/Classes.json

Issue 782673003: Use merged JSTest config for performance tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « no previous file | test/js-perf-test/Collections/Collections.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "JSTests/Classes",
3 "path": ["."],
4 "main": "run.js",
5 "flags": ["--harmony-classes"],
6 "run_count": 5,
7 "units": "score",
8 "results_regexp": "^%s\\-Classes\\(Score\\): (.+)$",
9 "total": true,
10 "tests": [
11 {"name": "Super"},
12 {"name": "DefaultConstructor"}
13 ]
14 }
OLDNEW
« no previous file with comments | « no previous file | test/js-perf-test/Collections/Collections.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698