forked from ocaml-bench/sandmark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_all_serial.sh
18 lines (12 loc) · 1.08 KB
/
run_all_serial.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
make run_config_macro.json
RUN_CONFIG_JSON=run_config_macro.json make ocaml-versions/4.06.1+multicore.bench
RUN_BENCH_TARGET=run_pausetimes_multicore RUN_CONFIG_JSON=run_config_macro.json make ocaml-versions/4.06.1+multicore+pausetimes.bench
RUN_CONFIG_JSON=run_config_macro.json make ocaml-versions/4.06.1+multicore+stw.bench
RUN_BENCH_TARGET=run_pausetimes_multicore RUN_CONFIG_JSON=run_config_macro.json make ocaml-versions/4.06.1+multicore+stw+pausetimes.bench
RUN_CONFIG_JSON=run_config_macro.json make ocaml-versions/4.06.1+stock.bench
RUN_BENCH_TARGET=run_pausetimes_trunk RUN_CONFIG_JSON=run_config_macro.json make ocaml-versions/4.06.1+stock+instrumented.bench
RUN_CONFIG_JSON=run_config_macro.json make ocaml-versions/4.10.0+multicore.bench
RUN_BENCH_TARGET=run_pausetimes_multicore RUN_CONFIG_JSON=run_config_macro.json make ocaml-versions/4.10.0+multicore+pausetimes.bench
RUN_CONFIG_JSON=run_config_macro.json make ocaml-versions/4.10.0+stock.bench
RUN_BENCH_TARGET=run_pausetimes_trunk RUN_CONFIG_JSON=run_config_macro.json make ocaml-versions/4.10.0+stock+instrumented.bench