Julia Nething e25c3195be Create gitignore files for several frameworks and delete corresponding files that were unnecessarily saved il y a 9 ans
..
src 23072aa73d fasthttp: move templates to src and use qtc from /home/valyala/work/FrameworkBenchmarks/frameworks/Go/fasthttp-postgresql/bin il y a 9 ans
.gitignore e25c3195be Create gitignore files for several frameworks and delete corresponding files that were unnecessarily saved il y a 9 ans
README.md ddf0dfbd71 fasthttp: mentioned databases - mysql and porstgresql - in README il y a 9 ans
benchmark_config.json f5bc1ce6d6 name the two benchmarks appropriately based on the database used il y a 9 ans
server.go 1f8e4f0739 fasthttp: removed 'charset=utf-8' from plaintext response header, since it isn't required there il y a 9 ans
setup.bat 4a1cf30c24 fasthttp: switch from html/template to github.com/valyala/quicktemplate il y a 9 ans
setup.sh ab5fdd48ec fasthttp: properly install quicktemplate il y a 9 ans
setup_prefork.sh ab5fdd48ec fasthttp: properly install quicktemplate il y a 9 ans
source_code 23072aa73d fasthttp: move templates to src and use qtc from /home/valyala/work/FrameworkBenchmarks/frameworks/Go/fasthttp-postgresql/bin il y a 9 ans

README.md

fasthttp (GoLang) Benchmarking Test for mysql

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

"Fasthttp is a fast http package for Go."

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