From 8d820aeb390fcb61dbc19a822b7ec2610aaa4fb8 Mon Sep 17 00:00:00 2001 From: Ciprian Dorin Craciun Date: Sun, 19 Dec 2021 17:43:04 +0200 Subject: [PATCH] [scripts] Minor updates. --- scripts/benchmark.z-run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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