aboutsummaryrefslogtreecommitdiff
path: root/test/release/benchmark.js
blob: c4b10fbcc0456cac2c2e2c39ad6614e4af882ceb (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require("./run")([
    "-b",
    "-b braces",
    "-m",
    "-mc passes=3",
    "-mc passes=3,toplevel",
    "-mc passes=3,unsafe",
    "-mc keep_fargs=false,passes=3",
    "-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");
    return args;
}));