summaryrefslogtreecommitdiff
path: root/TRNS/baselines/cpu/run-perf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TRNS/baselines/cpu/run-perf.sh')
-rwxr-xr-xTRNS/baselines/cpu/run-perf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TRNS/baselines/cpu/run-perf.sh b/TRNS/baselines/cpu/run-perf.sh
index 08bff53..f16a3b1 100755
--- a/TRNS/baselines/cpu/run-perf.sh
+++ b/TRNS/baselines/cpu/run-perf.sh
@@ -1,6 +1,6 @@
#!/bin/zsh
-make -B NUMA=1
+make -B numa=1
perf stat record -o t1.perf -e ${(j:,:):-$(grep -v '^#' ../../../perf-events.txt | cut -d ' ' -f 1)} ./trns -w 0 -r 20 -p 2048 -o 2048 -m 16 -n 8 -t 1 -a 4 -c 4
perf stat record -o t4.perf -e ${(j:,:):-$(grep -v '^#' ../../../perf-events.txt | cut -d ' ' -f 1)} ./trns -w 0 -r 20 -p 2048 -o 2048 -m 16 -n 8 -t 4 -a 4 -c 4