Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
codeamic committed Apr 4, 2022
1 parent 2116db0 commit 4fa2829
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ steps:
- export ITER=1
- export OPAM_DISABLE_SANDBOXING=true
- TAG='"run_in_ci"' make multicore_parallel_run_config_filtered.json
- TAG='"macro_bench"' make multicore_parallel_run_config_filtered_filtered.json
- TAG='"macro_bench"' make parallel_turing_filtered_filtered.json
- make parallel_turing_filtered_filtered_2domains.json
- USE_SYS_DUNE_HACK=1 BUILD_BENCH_TARGET=multibench_parallel RUN_CONFIG_JSON=parallel_turing_filtered_filtered_2domains.json make ocaml-versions/5.0.0+stable.bench
- ls _results
Expand All @@ -72,7 +72,7 @@ steps:
- eval $(opam env)
- export ITER=1
- export OPAM_DISABLE_SANDBOXING=true
- TAG='"run_in_ci"' make run_config_filtered.json
- TAG='"run_in_ci"' make sequential_filtered.json
- USE_SYS_DUNE_HACK=1 RUN_CONFIG_JSON=run_config_filtered.json make ocaml-versions/5.0.0+trunk.bench
- ls _results
- cat _results/*
Expand All @@ -98,8 +98,8 @@ steps:
- eval $(opam env)
- export ITER=1
- export OPAM_DISABLE_SANDBOXING=true
- TAG='"run_in_ci"' make multicore_parallel_run_config_filtered.json
- TAG='"macro_bench"' make multicore_parallel_run_config_filtered_filtered.json
- TAG='"run_in_ci"' make parallel_turing_filtered.json
- TAG='"macro_bench"' make parallel_turing_filtered.json
- make parallel_turing_filtered_filtered_2domains.json
- USE_SYS_DUNE_HACK=1 BUILD_BENCH_TARGET=multibench_parallel RUN_CONFIG_JSON=parallel_turing_filtered_filtered_2domains.json make ocaml-versions/5.0.0+trunk.bench
- ls _results
Expand Down

0 comments on commit 4fa2829

Please sign in to comment.