Files
mux/playground/Makefile
2025-09-17 22:09:01 +05:30

9 lines
110 B
Makefile

run-chi:
go run ./chi
run-mux:
go run ./mux
bench-using-wrk:
wrk -t12 -c400 -d10s http://localhost:3001/