Skip to content

Commit

Permalink
fix pgo script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon committed Nov 8, 2023
1 parent 5a9495a commit 6d70c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brilirs/pgo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUSTFLAGS="-Cprofile-generate=/tmp/pgo-data" \
cargo build --release

# STEP 2: Run the instrumented binaries with some typical data
./long_benchmark.sh
make bench || true

# STEP 3: Merge the `.profraw` files into a `.profdata` file
touch merged.profdata
Expand Down

0 comments on commit 6d70c8d

Please sign in to comment.