aboutsummaryrefslogtreecommitdiff
path: root/test/release
diff options
context:
space:
mode:
Diffstat (limited to 'test/release')
-rw-r--r--test/release/benchmark.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/release/benchmark.js b/test/release/benchmark.js
index c4b10fbc..1db557b6 100644
--- a/test/release/benchmark.js
+++ b/test/release/benchmark.js
@@ -9,6 +9,6 @@ require("./run")([
"-mc keep_fargs=false,passes=3,pure_getters,unsafe,unsafe_comps,unsafe_math,unsafe_proto",
].map(function(options) {
var args = options.split(/ /);
- args.unshift("test/benchmark.js");
+ args.unshift("test/benchmark.js", "--validate");
return args;
}));