From 22064e759afec1cb22a8510480ec7007b6e079b0 Mon Sep 17 00:00:00 2001 From: Mat Trudel Date: Wed, 4 Dec 2024 15:11:53 -0500 Subject: [PATCH] Update README.md Update automated performance tests to point at the manual benchmark action list instead of a specific one, since they expire after 90/120 days --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2f5370e..a70eede8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ HTTP/2 and WebSocket clients over both HTTP and HTTPS. It is written with correctness, clarity & performance as fundamental goals. In [ongoing automated performance -tests](https://github.com/mtrudel/bandit/actions/runs/4449308920), +tests](https://github.com/mtrudel/bandit/actions/workflows/manual_benchmark.yml), Bandit's HTTP/1.x engine is up to 4x faster than Cowboy depending on the number of concurrent requests. When comparing HTTP/2 performance, Bandit is up to 1.5x faster than Cowboy. This is possible because Bandit has been built from the ground up for use with Plug applications; this