From f1d329fff6d2a8a5e64568cbf86736e4ff15cc9a Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 8 Dec 2021 18:35:06 +0100 Subject: [PATCH] Add a README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb1a89a --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# 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 +``` + +