From 2701233b4bc14c8b183c003fb35cd70f6670b4ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Mon, 22 Mar 2021 10:43:15 -0400 Subject: [PATCH] add oha --- howto/benchmark.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/howto/benchmark.md b/howto/benchmark.md index 5e1ed370..1447157d 100644 --- a/howto/benchmark.md +++ b/howto/benchmark.md @@ -107,6 +107,7 @@ limited, here's a set of interesting alternatives: | [Jmeter][] | Java | | interactive, session replay | | yes | | [k6.io][] | | | | JMeter rewrite with "cloud" SaaS | no | | [Locust][] | | | distributed, interactive behavior | | [ITP][ITP 982508] | +| [oha][] | Rust | | TUI | inspired by hey | no | | [Tsung][] | Erlang | multi | distributed | | yes | | [wrk][] | C | | multithreaded, epoll, Lua scriptable | | yes | @@ -121,6 +122,7 @@ limited, here's a set of interesting alternatives: [k6.io]: https://k6.io/ [Locust]: https://locust.io/ [no duration]: https://github.com/adjust/go-wrk/issues/2 +[oha]: https://github.com/hatoo/oha [RFP]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943733 [Tsung]: http://tsung.erlang-projects.org/1/01/about/ [wrk]: https://github.com/wg/wrk/ -- GitLab