Skip to content

Commit c7cc0c2

Browse files
author
Misha
committed
Update Makefile
reverted back to default values for COLLECTION, CONSENSUS
1 parent 8f560c8 commit c7cc0c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration/benchnet2/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ DOCKER_REGISTRY := us-west1-docker.pkg.dev/dl-flow-benchnet-automation/benchnet
33

44
# default values that callers can override when calling target
55
ACCESS = 1
6-
COLLECTION = 1
6+
COLLECTION = 6
77
VALID_COLLECTION := $(shell test $(COLLECTION) -ge 6; echo $$?)
8+
CONSENSUS = 2
89
VALID_CONSENSUS := $(shell test $(CONSENSUS) -ge 2; echo $$?)
910
EXECUTION = 2
1011
VALID_EXECUTION := $(shell test $(EXECUTION) -ge 2; echo $$?)

0 commit comments

Comments
 (0)