chore: benchmarks and readme update
This commit is contained in:
parent
fda3920a3f
commit
7092dc6a70
9 changed files with 115 additions and 18 deletions
9
benchmark/test.sh
Normal file
9
benchmark/test.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
. ../src/http_server.sh
|
||||
|
||||
http::bind "127.0.0.1" "8081"
|
||||
|
||||
main() {
|
||||
http::response 200
|
||||
} && http::get main "/"
|
||||
|
||||
http::run "$@"
|
Loading…
Add table
Add a link
Reference in a new issue