Add an example, remove unused code

This commit is contained in:
Harendra Kumar 2021-07-28 18:38:05 +05:30
parent ce8c5df5fc
commit bd451ec7ed
2 changed files with 3 additions and 3 deletions

View File

@ -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."

View File

@ -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)