We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2da8e2 commit c74a3e5Copy full SHA for c74a3e5
justfile
@@ -2,6 +2,6 @@ pgo:
2
#!/bin/bash
3
trap "kill 0" EXIT
4
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
+ # Should be more than 1m
+ cargo pgo run -- -- -z 3m -c 900 --no-tui http://localhost:8888
7
cargo pgo optimize
0 commit comments