Run each program 3 times
This commit is contained in:
parent
7740718f91
commit
2c32b9636b
2
Makefile
2
Makefile
@ -55,7 +55,7 @@ OPTIMIZATIONS= 0 1 2 3 fast s
|
|||||||
UUID:= $(shell uuid 2> /dev/null || uuidgen 2> /dev/null || ./uuid)
|
UUID:= $(shell uuid 2> /dev/null || uuidgen 2> /dev/null || ./uuid)
|
||||||
RESULTS_FILE:= results-$(UUID).json
|
RESULTS_FILE:= results-$(UUID).json
|
||||||
SSH_KEY= octoupload
|
SSH_KEY= octoupload
|
||||||
TIMES= 1
|
TIMES= 3
|
||||||
OCTOFLAGS= -j
|
OCTOFLAGS= -j
|
||||||
|
|
||||||
ifeq ($(shell uname),OpenBSD)
|
ifeq ($(shell uname),OpenBSD)
|
||||||
|
Loading…
Reference in New Issue
Block a user