From 10e6c630eb858c1a803ac1cb98b0831952e555ba Mon Sep 17 00:00:00 2001 From: debugtalk Date: Mon, 20 Sep 2021 09:42:42 +0800 Subject: [PATCH] docs: add description --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ca557b1..51a1edcf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # HttpBoomer -HttpRunner + Boomer + +> HttpBoomer = [HttpRunner] + [Boomer] + +HttpBoomer is a golang implementation of [HttpRunner]. Ideally, HttpBoomer will be fully compatible with HttpRunner, including testcase format and usage. What's more, HttpBoomer will integrate Boomer natively to a better load generator for [locust]. + +[HttpRunner]: https://github.com/httprunner/httprunner +[Boomer]: https://github.com/myzhan/boomer +[locust]: https://github.com/locustio/locust \ No newline at end of file