Skip to content

Commit c74a3e5

Browse files
committed
fix
1 parent f2da8e2 commit c74a3e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

justfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ pgo:
22
#!/bin/bash
33
trap "kill 0" EXIT
44
cargo run --release --manifest-path pgo/server/Cargo.toml &
5-
# maybe need more longer run
6-
cargo pgo run -- -- -z 1m -c 900 --no-tui http://localhost:8888
5+
# Should be more than 1m
6+
cargo pgo run -- -- -z 3m -c 900 --no-tui http://localhost:8888
77
cargo pgo optimize

0 commit comments

Comments
 (0)