Run each program 3 times

This commit is contained in:
sk4nz 2022-04-07 11:47:17 +02:00
parent 7740718f91
commit 2c32b9636b

View File

@ -55,7 +55,7 @@ OPTIMIZATIONS= 0 1 2 3 fast s
UUID:= $(shell uuid 2> /dev/null || uuidgen 2> /dev/null || ./uuid)
RESULTS_FILE:= results-$(UUID).json
SSH_KEY= octoupload
TIMES= 1
TIMES= 3
OCTOFLAGS= -j
ifeq ($(shell uname),OpenBSD)