From ea4766f44b11b0feca8c32f2d44d9dd5a274bf93 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 24 May 2023 14:47:13 +0200 Subject: run benchmarks with timeout of 30 minutes per configuration --- SCAN-RSS/baselines/cpu/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SCAN-RSS') diff --git a/SCAN-RSS/baselines/cpu/run.sh b/SCAN-RSS/baselines/cpu/run.sh index c2e80bc..dde3acd 100755 --- a/SCAN-RSS/baselines/cpu/run.sh +++ b/SCAN-RSS/baselines/cpu/run.sh @@ -10,7 +10,7 @@ for nr_threads in 1 2 4 6 8 12 16 20 24 32; do for i in 2048 4096 8192 16384 65536 262144 1048576 3932160 15728640 31457280 262144000 1258291200 2516582400; do for dt in UINT32 UINT64 INT32 INT64 FLOAT DOUBLE; do if make -B TYPE=${dt}; then - ./scan -i ${i} -w 0 -e 100 -t ${nr_threads} || true + timeout -k 1m 30m ./scan -i ${i} -w 0 -e 100 -t ${nr_threads} || true fi done done -- cgit v1.2.3