added g-counter support
This commit is contained in:
3
Makefile
3
Makefile
@ -7,5 +7,8 @@ test_ids: build
|
||||
test_broadcast: build
|
||||
maelstrom test -w broadcast --bin ./flyio --time-limit 20 --rate 10 --node-count 1
|
||||
|
||||
test_counter: build
|
||||
maelstrom test -w g-counter --bin ./flyio --node-count 3 --rate 100 --time-limit 20 --nemesis partition
|
||||
|
||||
maelrun: build
|
||||
maelstrom serve
|
||||
|
||||
Reference in New Issue
Block a user