You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
282 B
Bash

# python app.py & | head -n1 | xargs python app.py
# python app.py > result.txt
# spawn 10 nodes
# load them with a random set of key value pairs
# take some nodes down
# see if we can get data back.
# implement after mvp:
# make messages dropped a param
# make a latency a param