diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-01-13 15:32:57 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-01-13 15:32:57 +0100 |
commit | dce09c3e7bedd426400d64abfb86e21a2c724de4 (patch) | |
tree | 5d307f2a6422de4233537c2a3bdce5598bd3a45e /VA/baselines/cpu/run-ws.sh | |
parent | a30ffa52be405db50c660012c92e3e333412ed58 (diff) |
VA: Add valgrind-ws benchmark script and baseline adjustments
Diffstat (limited to 'VA/baselines/cpu/run-ws.sh')
-rwxr-xr-x | VA/baselines/cpu/run-ws.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/VA/baselines/cpu/run-ws.sh b/VA/baselines/cpu/run-ws.sh new file mode 100755 index 0000000..ccc4993 --- /dev/null +++ b/VA/baselines/cpu/run-ws.sh @@ -0,0 +1,6 @@ +#!/bin/zsh + +make -B benchmark=0 debug=1 native=0 nop_sync=1 numa=1 + +~/var/source/valgrind/vg-in-place --tool=ws --ws-file=t1.ws --ws-peak-detect=yes --ws-every=50000 --ws-track-locality=yes ./va -a 4 -b 4 -c 4 -t 1 -e 20 -w 0 -i 16777216 +~/var/source/valgrind/vg-in-place --tool=ws --ws-file=t4.ws --ws-peak-detect=yes --ws-every=50000 --ws-track-locality=yes ./va -a 4 -b 4 -c 4 -t 4 -e 20 -w 0 -i 16777216 |