chore: benchmarks and readme update
This commit is contained in:
parent
fda3920a3f
commit
7092dc6a70
9 changed files with 115 additions and 18 deletions
6
benchmark/test.go
Normal file
6
benchmark/test.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package main
|
||||
import ( "net/http")
|
||||
func main() {
|
||||
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { w.Write([]byte("{}")) });
|
||||
http.ListenAndServe(":8082", nil);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue