Added stats, set test to more cores to check stressing.

This commit is contained in:
2021-11-16 20:28:08 -03:00
parent a722ce0db4
commit 64fe630ae9
4 changed files with 104 additions and 9 deletions
+1
View File
@@ -7,6 +7,7 @@ import (
func main() {
http.HandleFunc("/ws", server.Serve)
http.HandleFunc("/stats", server.Stats)
err := http.ListenAndServe(":8080", nil)
if err != nil {
panic(err)