diff options
Diffstat (limited to 'run_all_dis.sh')
| -rwxr-xr-x | run_all_dis.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run_all_dis.sh b/run_all_dis.sh index 588538d..3907789 100755 --- a/run_all_dis.sh +++ b/run_all_dis.sh | |||
| @@ -16,6 +16,9 @@ if [[ "$EUID" != 0 ]]; then | |||
| 16 | fi | 16 | fi |
| 17 | date | 17 | date |
| 18 | 18 | ||
| 19 | # Configure libextra for benchmarking | ||
| 20 | sed -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 |
| 20 | echo "Building benchmarks in unpaired configuration..." | 23 | echo "Building benchmarks in unpaired configuration..." |
| 21 | cd dis | 24 | cd dis |
