From 16c8347eac0e9650570aadf958c8a04a594a9c35 Mon Sep 17 00:00:00 2001 From: Birte Friesel Date: Wed, 26 Jul 2023 11:24:31 +0200 Subject: RED: update benchmark scripts --- RED/baselines/cpu/run-opti.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RED/baselines/cpu/run-opti.sh') diff --git a/RED/baselines/cpu/run-opti.sh b/RED/baselines/cpu/run-opti.sh index bd380c7..cb6c30b 100755 --- a/RED/baselines/cpu/run-opti.sh +++ b/RED/baselines/cpu/run-opti.sh @@ -6,4 +6,4 @@ echo $HOST make -B TYPE=UINT64 verbose=1 -./red -i 1048576000 -t 4 -w 0 -e 100 | sed 's/CPU/CPU Baseline/' | tee "${HOST}-baseline.txt" +timeout --foreground -k 1m 60m ./red -i 1048576000 -t 4 -w 0 -e 100 | sed 's/CPU/CPU Baseline/' | tee "${HOST}-baseline.txt" -- cgit v1.2.3