summaryrefslogtreecommitdiff
path: root/deps/v8/test/js-perf-test/JSTests1.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/js-perf-test/JSTests1.json')
-rw-r--r--deps/v8/test/js-perf-test/JSTests1.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/deps/v8/test/js-perf-test/JSTests1.json b/deps/v8/test/js-perf-test/JSTests1.json
index f35a6e5c6a..e9d90ba467 100644
--- a/deps/v8/test/js-perf-test/JSTests1.json
+++ b/deps/v8/test/js-perf-test/JSTests1.json
@@ -129,6 +129,20 @@
]
},
{
+ "name": "Add-No-Opt",
+ "main": "run.js",
+ "flags": ["--allow-natives-syntax", "--no-turbofan"],
+ "resources": ["add-no-opt.js", "bigint-util.js"],
+ "test_flags": ["add-no-opt"],
+ "results_regexp": "^BigInt\\-%s\\(Score\\): (.+)$",
+ "tests": [
+ { "name": "Add-Small" },
+ { "name": "Add-Large" },
+ { "name": "Add-LargerThanSmall" },
+ { "name": "Add-Random" }
+ ]
+ },
+ {
"name": "Subtract",
"main": "run.js",
"flags": ["--allow-natives-syntax"],