did uring 1 and
GOMAXPROCS=1 ./httpserver :8080
Uring instance initiated! Add Kernel buffer... for ring 0
did
wrk -t 3 -d 30 -c 100 http://127.0.0.1:8080/
it uses 150% cpu core instead of 100%. i cant accurately benchmark against gnet etc this way. how to make it use 100% only? just 1 cpu core
did uring 1 and
GOMAXPROCS=1 ./httpserver :8080
Uring instance initiated! Add Kernel buffer... for ring 0
did
wrk -t 3 -d 30 -c 100 http://127.0.0.1:8080/
it uses 150% cpu core instead of 100%. i cant accurately benchmark against gnet etc this way. how to make it use 100% only? just 1 cpu core