From 9daa2fb6f50aad11d4a6b83db97411eedfa0d143 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Fri, 15 May 2020 16:57:50 +0100 Subject: benchmark without validation by default (#3901) --- test/release/benchmark.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/release') 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; })); -- cgit v1.2.3