Skip to content

pranjal9599/go-http-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Benchmarking with GO


Usage:
No dependencies required
go run main.go -url=http://localhost:3000/ -n=1000 -c=30
  • url: URL to benchmark.
  • n: No of requests. (default: 100)
  • c: No of concurrent connections. (default: 10)

Sample Output:

About

HTTP benchmarking with GO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages