initial commit
This commit is contained in:
11
Makefile
Normal file
11
Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
build:
|
||||
go build -o flyio cmd/main.go
|
||||
|
||||
test_ids: build
|
||||
maelstrom test -w unique-ids --bin ./flyio --time-limit 30 --rate 1000 --node-count 3 --availability total --nemesis partition
|
||||
|
||||
test_broadcast: build
|
||||
maelstrom test -w broadcast --bin ./flyio --time-limit 20 --rate 10 --node-count 1
|
||||
|
||||
maelrun: build
|
||||
maelstrom serve
|
||||
Reference in New Issue
Block a user