From 32faa29cff24f9052ec3cb8570d7051f85ba8612 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Thu, 30 Sep 2021 16:21:52 +0800 Subject: [PATCH] docs: add go reference badge --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f569bd85..8d910f21 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ +[![Go Reference](https://pkg.go.dev/badge/github.com/httprunner/httpboomer.svg)](https://pkg.go.dev/github.com/httprunner/httpboomer) + # HttpBoomer > 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 be a better load generator for [locust]. +## Key Features + +## Quick Start [HttpRunner]: https://github.com/httprunner/httprunner [Boomer]: https://github.com/myzhan/boomer