fix hey itp authored by anarcat's avatar anarcat
......@@ -103,7 +103,7 @@ limited, here's a set of interesting alternatives:
| [bombardier][] | golang | HTTP/2 | | better performance than siege in my 2017 tests | [RFP][] |
| [boom][] | Python | HTTP/2 | duration | rewrite of apachebench, unsearchable name | no |
| [go-wrk][] | golang | | [no duration][] | rewrite of wrk, performance issues in my 2017 tests | no |
| [hey][] | golang | | | rewrite of apachebench, similar to boom, unsearchable name | [yes][ITP 943596] |
| [hey][] | golang | | | rewrite of apachebench, similar to boom, unsearchable name | [yes][ITP 941983] |
| [Jmeter][] | Java | | interactive, session replay | | yes |
| [k6.io][] | | | | JMeter rewrite with "cloud" SaaS | no |
| [Locust][] | | | distributed, interactive behavior | | [yes][ITP 982508] |
......@@ -116,7 +116,7 @@ limited, here's a set of interesting alternatives:
[boom]: https://github.com/tarekziade/boom
[go-wrk]: https://github.com/adjust/go-wrk/
[hey]: https://github.com/rakyll/hey
[ITP 943596]: https://bugs.debian.org/943596
[ITP 941983]: https://bugs.debian.org/941983
[ITP 982508]: https://bugs.debian.org/982508
[Jmeter]: https://jmeter.apache.org/
[k6.io]: https://k6.io/
......
......