From 09ac58d7cc234c8074a9d45aa17f647d580ad8c2 Mon Sep 17 00:00:00 2001 From: Dmitry Turmyshev Date: Fri, 28 Nov 2025 00:32:58 +0000 Subject: [PATCH] Add BitDive to HTTP(S) Benchmark Tools BitDive is a zero-code HTTP API testing tool with automatic mocking. It captures real runtime behavior and replays scenarios for regression testing. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cbd7b99..f7863e3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ HTTP(S) Benchmark Tools * [__autocannon__](https://github.com/mcollina/autocannon) – fast HTTP/1.1 benchmarking tool written in Node.js * [__baloo__](https://github.com/h2non/baloo) – Expressive end-to-end HTTP API testing made easy, written in Go (`golang`) * [__baton__](https://github.com/americanexpress/baton) – HTTP load testing, written in Go (`golang`) +* [__BitDive__](https://bitdive.io/) – Zero-code HTTP API testing with automatic mocking. Captures real runtime behavior and replays scenarios for regression testing, written in `Java` * [__Bencher__](https://bencher.dev/) - A suite of continuous benchmarking tools designed to catch performance regressions in CI * [__bombardier__](https://github.com/codesenberg/bombardier) – Fast crossplatform HTTP benchmarking tool, written in Go (`golang`) * [__cassowary__](https://github.com/rogerwelin/cassowary) – is a modern HTTP(S), intuitive & cross-platform load testing tool, written in Go (`golang`)