diff --git a/README.md b/README.md index 1cf55ac..5dc9e72 100644 --- a/README.md +++ b/README.md @@ -109,16 +109,3 @@ Usage of ./tinysyslogd: --sinks strings Sinks to save syslogs to. Valid sinks: [console elasticsearch filesystem] (default [console]) --socket-type string Type of socket to use, TCP or UDP. If no type is specified, both are used. ``` - -## Benchmarks -Nothing scientific here but with a simple client consisting of a for loop sending large messages as fast as possible over UDP: - -`iostat -d 5` -``` - KB/t tps MB/s - 127.61 585 72.95 - 127.66 592 73.74 - 126.41 591 72.98 - 126.36 590 72.76 - 124.76 615 74.95 -```