summaryrefslogtreecommitdiff
path: root/deps/v8/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/benchmarks')
-rw-r--r--deps/v8/benchmarks/v8.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/deps/v8/benchmarks/v8.json b/deps/v8/benchmarks/v8.json
new file mode 100644
index 0000000000..f4210d9d40
--- /dev/null
+++ b/deps/v8/benchmarks/v8.json
@@ -0,0 +1,16 @@
+{
+ "path": ["."],
+ "main": "run.js",
+ "run_count": 2,
+ "results_regexp": "^%s: (.+)$",
+ "benchmarks": [
+ {"name": "Richards"},
+ {"name": "DeltaBlue"},
+ {"name": "Crypto"},
+ {"name": "RayTrace"},
+ {"name": "EarleyBoyer"},
+ {"name": "RegExp"},
+ {"name": "Splay"},
+ {"name": "NavierStokes"}
+ ]
+}