Skip to content

pashcovich/http2_go_bench_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MINI MANUAL

  1. First of all(of course after clone this repo) build your image
docker build -t benchmark:v1 . 
  1. Then start container
docker run --rm -d --add-host=benchmark.test:127.0.0.1 --name go_benchmark benchmark:v1
  1. Test it
docker exec -it go_benchmark ./benchmark -u https://benchmark.test/bench -c 100 -n 100000
  1. Ah or even easier, only in one step
make bench 
  1. That`s all. Bye :-)

    5.1) P.S. Have a nice day!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published