Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
codeamic committed Mar 31, 2022
1 parent 5ec897e commit abf4ee4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ocaml-versions/custom.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
{
"url": "https://github.com/ocaml/ocaml/archive/trunk.tar.gz",
"tag": "macro_bench",
"config_json": "multicore_parallel_run_config_filtered.json",
"config_json": "parallel_turing_filtered.json",
"name": "5.0.0+trunk+parallel",
"expiry": "2100-01-01"
},
{
"url": "https://github.com/ocaml/ocaml/archive/b73cbbea4bc40ffd26a459d594a39b99cec4273d.zip",
"tag": "macro_bench",
"config_json": "multicore_parallel_run_config_filtered.json",
"config_json": "parallel_turing_filtered.json",
"name": "5.0.0+stable+parallel",
"expiry": "2100-01-01"
},
Expand Down
4 changes: 2 additions & 2 deletions ocaml-versions/custom_navajo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"url": "https://github.com/ocaml/ocaml/archive/trunk.tar.gz",
"tag": "macro_bench",
"config_json": "multicore_parallel_navajo_run_config_filtered.json",
"config_json": "parallel_navajo_filtered.json",
"name": "5.0.0+trunk+parallel",
"expiry": "2100-01-01"
},
Expand All @@ -23,7 +23,7 @@
{
"url": "https://github.com/gadmm/ocaml/archive/refs/heads/multicore_async_actions.zip",
"tag": "macro_bench",
"config_json": "multicore_parallel_navajo_run_config_filtered.json",
"config_json": "parallel_navajo_filtered.json",
"name": "5.0.0+trunk+parallel+gadmm+pr11057",
"expiry": "2022-03-20"
}
Expand Down
4 changes: 2 additions & 2 deletions ocaml-versions/custom_turing.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"url": "https://github.com/ocaml/ocaml/archive/trunk.tar.gz",
"tag": "macro_bench",
"config_json": "multicore_parallel_run_config_filtered.json",
"config_json": "parallel_turing_filtered.json",
"name": "5.0.0+trunk+parallel",
"expiry": "2100-01-01"
},
Expand All @@ -23,7 +23,7 @@
{
"url": "https://github.com/gadmm/ocaml/archive/refs/heads/multicore_async_actions.zip",
"tag": "macro_bench",
"config_json": "multicore_parallel_run_config_filtered.json",
"config_json": "parallel_turing_filtered.json",
"name": "5.0.0+trunk+parallel+gadmm+pr11057",
"expiry": "2022-03-20"
}
Expand Down
4 changes: 2 additions & 2 deletions run_all_custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ while [ $i -lt ${COUNT} ]; do
else
CONFIG_NAME="${CONFIG_NAME}+parallel"
if [ "${HOSTNAME}" == "navajo" ]; then
CONFIG_RUN_JSON="multicore_parallel_navajo_run_config_filtered.json"
CONFIG_RUN_JSON="parallel_navajo_filtered.json"
else
CONFIG_RUN_JSON="multicore_parallel_run_config_filtered.json"
CONFIG_RUN_JSON="parallel_turing_filtered.json"
fi
fi

Expand Down
4 changes: 2 additions & 2 deletions run_all_parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# sudo setcap cap_sys_nice=ep /usr/bin/chrt
#

TAG='"macro_bench"' make multicore_parallel_run_config_filtered.json
TAG='"macro_bench"' make parallel_turing_filtered.json

USE_SYS_DUNE_HACK=1 \
RUN_BENCH_TARGET=run_orunchrt \
BUILD_BENCH_TARGET=multibench_parallel \
RUN_CONFIG_JSON=multicore_parallel_run_config_filtered.json \
RUN_CONFIG_JSON=parallel_turing_filtered.json \
make ocaml-versions/5.0.0+stable.bench

0 comments on commit abf4ee4

Please sign in to comment.