From 6d70c8d487fbfc659cd9032461b0e7ab940ba121 Mon Sep 17 00:00:00 2001 From: Patrick LaFontaine <32135464+Pat-Lafon@users.noreply.github.com> Date: Tue, 7 Nov 2023 10:09:45 -0500 Subject: [PATCH] fix pgo script --- brilirs/pgo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brilirs/pgo.sh b/brilirs/pgo.sh index da4b0bc93..e3bf186c2 100755 --- a/brilirs/pgo.sh +++ b/brilirs/pgo.sh @@ -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