We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2022ca3 commit 39d53cdCopy full SHA for 39d53cd
bin/bench
@@ -25,7 +25,7 @@ if [[ -n "${PGO:-}" ]]; then
25
cargo build --release --bin kirby
26
27
# STEP 2: Run the instrumented binaries with some typical data
28
- ls logs/* | xargs -L1 target/release/kirby
+ ls logs/*.gz | xargs -I{} target/release/kirby "{}"
29
30
# STEP 3: Merge the `.profraw` files into a `.profdata` file
31
$LLVM_PROFDATA merge -o /tmp/pgo-data/merged.profdata /tmp/pgo-data
0 commit comments