OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "path": ".", | |
3 "main": "run.js", | |
4 "results_regexp": "^%s: (\\d+)$", | |
m.m.capewell
2014/05/22 15:27:02
DBC: on really slow platforms, Octane results can
Michael Achenbach
2014/05/23 13:57:39
Good point! The values transmitted to the dashboar
| |
5 "benchmarks": [ | |
6 {"name": "Richards"}, | |
7 {"name": "DeltaBlue"}, | |
8 {"name": "Crypto"}, | |
9 {"name": "RayTrace"}, | |
10 {"name": "EarleyBoyer"}, | |
11 {"name": "RegExp"}, | |
12 {"name": "Splay"}, | |
13 {"name": "NavierStokes"} | |
14 ] | |
15 } | |
OLD | NEW |