Aliaksandr Valialkin b9817fba55 fasthttp: exit from setup.sh after the server binary is built 9 years ago
..
src bb07d20f95 fasthttp: keep client connections for 1.5s in prefork tests instead of 200ms. This should reduce overhead for connection establishing 9 years ago
templates eb8e685ab3 fasthttp: use one template file instead of two for fortune benchmark 9 years ago
README.md ddf0dfbd71 fasthttp: mentioned databases - mysql and porstgresql - in README 9 years ago
benchmark_config.json 9806424ef7 fasthttp-postgresql: use consistent display_name for prefork test version 9 years ago
setup.bat f5bc1ce6d6 name the two benchmarks appropriately based on the database used 9 years ago
setup.sh b9817fba55 fasthttp: exit from setup.sh after the server binary is built 9 years ago
setup_prefork.sh b9817fba55 fasthttp: exit from setup.sh after the server binary is built 9 years ago
source_code 4eb8157282 fasthttp: updated source_code contents 9 years ago

README.md

fasthttp (GoLang) Benchmarking Test for postgresql

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."

This variant uses Postgres via Jack Christensen's pgx library

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