blob: c9f6ce423c56b4888ad951d01ac13b1a02db5e9b (
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 30m ./scan -i 1258291200 -t 4 -w 0 -e 100 | sed 's/CPU/CPU Baseline/' | tee "${HOST}-baseline.txt"
|