Skip to content

A programmable HTTP stress testing tool. Written in Golang.

License

Notifications You must be signed in to change notification settings

abersheeran/httpbenchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http benchmark

A programmable HTTP stress testing tool. Written in Golang.

Install

git clone https://github.com/abersheeran/httpbenchmark.git
cd httpbenchmark

And then, if use go install to install it, you can use httpbenchmark command in your terminal.

httpbenchmark -h

If you want to use it without installing, you can use go run to run it.

go run main.go -h

Usage

httpbenchmark https://example.com
httpbenchmark -X POST -H "Content-Type: application/json" -d '{"key": "value"}' https://httpbin.org/post
httpbenchmark -c 300 -r 100000 https://example.com

About

A programmable HTTP stress testing tool. Written in Golang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages