From 80154bae7bd087045efa2f7219c03c4d10be65f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Tue, 24 Jan 2023 14:48:34 +0100 Subject: [PATCH] Fix headline markup --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cb3899..4ef8294 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ If you already familiar with the model of Go for high performance I/O with gorou The funny part - I did some benchmark to the client tester tool and not to the server: -##Siege vs GoBench: +## Siege vs GoBench: -###Siege: +### Siege: $>siege -b -t10S -c500 http://localhost:80/ @@ -37,7 +37,7 @@ The funny part - I did some benchmark to the client tester tool and not to the s Longest transaction: 1.02 Shortest transaction: 0.00 -###GoBench: +### GoBench: $>gobench -k=true -u http://localhost:80 -c 500 -t 10 Dispatching 500 clients