Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand All @@ -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
Expand Down