Skip to content

Commit 1f17fc2

Browse files
committed
update perf version used for PGO
1 parent bafc51e commit 1f17fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/pgo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUSTC_BOOTSTRAP=1 ./build/$PGO_HOST/stage2/bin/rustc --edition=2018 \
1212

1313
# Download and build a single-file stress test benchmark on perf.rust-lang.org.
1414
function pgo_perf_benchmark {
15-
local PERF=9442def56a39d742bf27ebcc3e0614cf117e1bc2
15+
local PERF=1e19fc4c6168d2f7596e512f42f358f245d8f09d
1616
local github_prefix=https://raw.githubusercontent.com/rust-lang/rustc-perf/$PERF
1717
local name=$1
1818
curl -o /tmp/$name.rs $github_prefix/collector/benchmarks/$name/src/lib.rs

0 commit comments

Comments
 (0)