initial commit

This commit is contained in:
2023-04-09 18:03:01 +03:00
parent d370965844
commit f644078a3a
6 changed files with 222 additions and 0 deletions

11
Makefile Normal file
View 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