added in a playground
This commit is contained in:
8
playground/Makefile
Normal file
8
playground/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
run-chi:
|
||||
go run ./chi
|
||||
run-mux:
|
||||
go run ./mux
|
||||
|
||||
bench-using-wrk:
|
||||
wrk -t12 -c400 -d10s http://localhost:3001/
|
||||
Reference in New Issue
Block a user