summaryrefslogtreecommitdiff
path: root/VA/baselines/cpu/run-perf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'VA/baselines/cpu/run-perf.sh')
-rwxr-xr-xVA/baselines/cpu/run-perf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/VA/baselines/cpu/run-perf.sh b/VA/baselines/cpu/run-perf.sh
index 33cb7b5..8075256 100755
--- a/VA/baselines/cpu/run-perf.sh
+++ b/VA/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)} ./va -a 4 -b 4 -c 4 -t 1 -e 20 -w 0 -i 167772160
perf stat record -o t4.perf -e ${(j:,:):-$(grep -v '^#' ../../../perf-events.txt | cut -d ' ' -f 1)} ./va -a 4 -b 4 -c 4 -t 4 -e 20 -w 0 -i 167772160