summaryrefslogtreecommitdiffstats
path: root/run_all_sd-vbs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_all_sd-vbs.sh')
-rwxr-xr-xrun_all_sd-vbs.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/run_all_sd-vbs.sh b/run_all_sd-vbs.sh
index 1f5948d..6be9c87 100755
--- a/run_all_sd-vbs.sh
+++ b/run_all_sd-vbs.sh
@@ -16,6 +16,9 @@ if [[ "$EUID" != 0 ]]; then
16fi 16fi
17date 17date
18 18
19# Configure libextra for benchmarking
20sed -i "s/LITMUS 1/LITMUS 0/g" extra.h
21
19# Run the pairs baseline and some comparisons to examine the effect of less cache 22# Run the pairs baseline and some comparisons to examine the effect of less cache
20echo "Building benchmarks in unpaired configuration..." 23echo "Building benchmarks in unpaired configuration..."
21cd SD-VBS/benchmarks 24cd SD-VBS/benchmarks