aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authormachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>2014-05-29 00:04:57 +0000
committermachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>2014-05-29 00:04:57 +0000
commite31b63e9608909e17e35a3330b0075140af2fe91 (patch)
treeae1ed2098f47448723d71e29cad5025592da503b /benchmarks
parentd06b9264b1c886fc80a100e9915cf8ae07fdb4e5 (diff)
downloadv8-e31b63e9608909e17e35a3330b0075140af2fe91.tar.gz
Version 3.27.16 (based on bleeding_edge revision r21574)
Allow microtasks to throw exceptions and handle them gracefully (Chromium issue 371566). Performance and stability improvements on all platforms. git-svn-id: https://v8.googlecode.com/svn/trunk@21576 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/v8.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/benchmarks/v8.json b/benchmarks/v8.json
new file mode 100644
index 000000000..f4210d9d4
--- /dev/null
+++ b/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"}
+ ]
+}