aboutsummaryrefslogtreecommitdiff
path: root/test/release/benchmark.js
blob: 1db557b6a87e11579715277e9a94fd6074fc5f5e (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", "--validate");
    return args;
}));