[scripts] Minor updates.

This commit is contained in:
Ciprian Dorin Craciun 2021-12-19 17:43:04 +02:00
parent cb7914929c
commit 8d820aeb39

View file

@ -268,7 +268,7 @@
<< benchmark / server / profile / cpu / analyze / web << benchmark / server / profile / cpu / analyze / web
export -- PPROF_BINARY_PATH=./.outputs/binaries/release/kawipiko-server export -- PPROF_BINARY_PATH=./.outputs/binaries/release/kawipiko-server
exec -- go tool pprof -http 127.108.221.132:8080 -no_browser -functions "${@}" -- ./.outputs/server-cpu.txt exec -- go tool pprof -http 127.108.221.132:8080 -no_browser -functions -nodefraction 0 "${@}" -- ./.outputs/server-cpu.txt
!! !!
<< benchmark / server / profile / cpu / analyze / web-open << benchmark / server / profile / cpu / analyze / web-open
@ -284,7 +284,7 @@
<< benchmark / server / profile / mem / analyze / web << benchmark / server / profile / mem / analyze / web
export -- PPROF_BINARY_PATH=./.outputs/binaries/release/kawipiko-server export -- PPROF_BINARY_PATH=./.outputs/binaries/release/kawipiko-server
exec -- go tool pprof -http 127.226.119.8:8080 -no_browser -functions "${@}" -- ./.outputs/server-mem.txt exec -- go tool pprof -http 127.226.119.8:8080 -no_browser -functions -nodefraction 0 "${@}" -- ./.outputs/server-mem.txt
!! !!
<< benchmark / server / profile / mem / analyze / web-open << benchmark / server / profile / mem / analyze / web-open