mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
10 lines
252 B
Makefile
10 lines
252 B
Makefile
.PHONY: run stress clean
|
|
|
|
run:
|
|
./tinyip_emulator.py --nodes 10 --loss 0.20 --duplicate 0.10 --reorder 0.10
|
|
|
|
stress:
|
|
./tinyip_emulator.py --nodes 16 --loss 0.45 --duplicate 0.20 --reorder 0.25 --ticks 400 --quorum 12
|
|
|
|
clean:
|
|
rm -rf build __pycache__
|