benchmarks/README.md

18 lines
298 B
Markdown
Raw Normal View History

2021-12-08 17:35:06 +00:00
# benchmarks
## simple network latency
You need R, R development headers, python3, pip3, wget, iproute2 and maybe some other dependencies.
run with:
```
sudo ./garage-latency-simple.R
```
2021-12-13 15:26:10 +00:00
you can set a different topology:
2021-12-08 17:35:06 +00:00
2021-12-13 15:26:10 +00:00
```
MKNET_DC=./mknet/with-vdsl.yml sudo ./garage-latency-simple.R
```