diff --git a/benchmark/bench-report/bin/bench-runner.sh b/benchmark/bench-report/bin/bench-runner.sh index e0aaabbb3..b14e30182 100755 --- a/benchmark/bench-report/bin/bench-runner.sh +++ b/benchmark/bench-report/bin/bench-runner.sh @@ -180,7 +180,9 @@ bench_exec_one() { local BENCH_NAME # XXX this is a hack to make the "/" separated names used in the functions # determining options based on benchmark name. For tasty-bench the benchmark - # names are separated by "." instead of "/". + # names are separated by "." instead of "/" and are prefixed by "All". + # + # For example, All.Prelude.Serial/x.y.z => Prelude.Serial/x/y/z if test "$USE_GAUGE" -eq 0 then # Remove the prefix "All." diff --git a/bin/test.sh b/bin/test.sh index 43b6beb4b..2f9bb1041 100755 --- a/bin/test.sh +++ b/bin/test.sh @@ -177,8 +177,6 @@ run_target () { echo "Running executable $target_name ..." - # Needed by bench-exec-one.sh - export BENCH_EXEC_PATH=$target_prog mkdir -p $(dirname $(get_tix_file $target_name)) export HPCTIXFILE=$(get_tix_file $target_name)