Skip to content

Commit

Permalink
Update README.md (denji#4)
Browse files Browse the repository at this point in the history
just move `~~`
  • Loading branch information
liangzuobin authored and denji committed Aug 16, 2018
1 parent ac14179 commit fbd25a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ HTTP(S) Benchmark Tools
* [__tsung__](http://tsung.erlang-projects.org/) – Simulate stress users in order to test the scalability and performance of IP based client/server applications `HTTP`, `WebDAV`, `SOAP`, `PostgreSQL`, `MySQL`, `LDAP` and `Jabber`/`XMPP` servers, written in `Erlang`
* [__vegeta__](https://github.com/tsenart/vegeta) – HTTP load testing tool and library, written in Go (`golang`)
* [__weighttp__](https://github.com/lighttpd/weighttp) – multithreaded, but slower than htstress without keepalive, written in `C`
* [__wrk__](https://github.com/wg/wrk) – multithreaded~~, but doesn't offer concurrent connections and a keepalive switch~~, written in `C`/`Lua`
* [__wrk__](https://github.com/wg/wrk) – multithreaded, ~~but doesn't offer concurrent connections and a keepalive switch~~, written in `C`/`Lua`
* [__wrk2__](https://github.com/giltene/wrk2) – constant throughput, correct latency recording variant of wrk, written in `C`/`Lua`

Concurrent connections are enabled with:
Expand Down

0 comments on commit fbd25a0

Please sign in to comment.