blob: cb6c30b73d1c63a4e7398017a11fdc4cdd02ea7f (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
HOST="$(hostname)"
echo $HOST
make -B TYPE=UINT64 verbose=1
timeout --foreground -k 1m 60m ./red -i 1048576000 -t 4 -w 0 -e 100 | sed 's/CPU/CPU Baseline/' | tee "${HOST}-baseline.txt"
|