diff --git a/scripts/benchmark.z-run b/scripts/benchmark.z-run index 9b858b0..6ec92de 100644 --- a/scripts/benchmark.z-run +++ b/scripts/benchmark.z-run @@ -268,7 +268,7 @@ << benchmark / server / profile / cpu / analyze / web 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 @@ -284,7 +284,7 @@ << benchmark / server / profile / mem / analyze / web 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