[scripts] Minor updates.
This commit is contained in:
parent
cb7914929c
commit
8d820aeb39
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue