From c74a3e5dc0c8208b7986204d9ac88f76411bf971 Mon Sep 17 00:00:00 2001 From: hatoo Date: Sat, 15 Jul 2023 17:27:42 +0900 Subject: [PATCH] fix --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 324a91fb..3f6b3d61 100644 --- a/justfile +++ b/justfile @@ -2,6 +2,6 @@ pgo: #!/bin/bash trap "kill 0" EXIT cargo run --release --manifest-path pgo/server/Cargo.toml & - # maybe need more longer run - cargo pgo run -- -- -z 1m -c 900 --no-tui http://localhost:8888 + # Should be more than 1m + cargo pgo run -- -- -z 3m -c 900 --no-tui http://localhost:8888 cargo pgo optimize