Skip to content

Commit

Permalink
add go reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicriordan committed Apr 27, 2023
1 parent dbea79f commit 6e6b2ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build status](https://github.com/domsolutions/gopayloader/actions/workflows/go.yml/badge.svg)](https://github.com/domsolutions/gopayloader/actions/workflows/go.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/domsolutions/gopayloader)](https://goreportcard.com/report/github.com/domsolutions/gopayloader)
[![GoDoc](https://godoc.org/github.com/domsolutions/gopayloader?status.svg)](http://godoc.org/github.com/domsolutions/gopayloader)

Gopayloader is a HTTP/S benchmarking tool. Inspired by [bombardier](https://github.com/codesenberg/bombardier/) it also uses [fasthttp](https://github.com/valyala/fasthttp) which allows for fast creation and sending of requests due to low allocations and lots of other improvements. But with
added improvement of also supporting fashttp for HTTP/2.
Expand Down

0 comments on commit 6e6b2ee

Please sign in to comment.