TonyYang 8707dff228 add scratch for go-chi that can prove having better performance with the smallest dockerfile (#5623) 5 years ago
..
src 8707dff228 add scratch for go-chi that can prove having better performance with the smallest dockerfile (#5623) 5 years ago
.gitignore 85e1bc9187 Add support for chi router (#3520) 7 years ago
README.md 85e1bc9187 Add support for chi router (#3520) 7 years ago
benchmark_config.json 8707dff228 add scratch for go-chi that can prove having better performance with the smallest dockerfile (#5623) 5 years ago
chi-gojay-prefork.dockerfile b65b8349c1 all golang framework update to 1.14 of golang version (#5617) 5 years ago
chi-gojay.dockerfile b65b8349c1 all golang framework update to 1.14 of golang version (#5617) 5 years ago
chi-prefork.dockerfile b65b8349c1 all golang framework update to 1.14 of golang version (#5617) 5 years ago
chi-scratch.dockerfile 8707dff228 add scratch for go-chi that can prove having better performance with the smallest dockerfile (#5623) 5 years ago
chi-sjson-prefork.dockerfile b65b8349c1 all golang framework update to 1.14 of golang version (#5617) 5 years ago
chi-sjson.dockerfile b65b8349c1 all golang framework update to 1.14 of golang version (#5617) 5 years ago
chi.dockerfile 8707dff228 add scratch for go-chi that can prove having better performance with the smallest dockerfile (#5623) 5 years ago

README.md

Chi (Go) Benchmarking Test

This is the go portion of a benchmarking test suite comparing a variety of web development platforms.

"Chi is a lightweight, idiomatic and composable router for building Go HTTP services."

Source

Test URLs

http://localhost:8080/json
http://localhost:8080/db
http://localhost:8080/queries?queries=[1-500]
http://localhost:8080/fortunes
http://localhost:8080/updates?queries=[1-500]
http://localhost:8080/plaintext