We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d09f7 commit 49054c3Copy full SHA for 49054c3
src/ci/pgo.sh
@@ -12,7 +12,7 @@ RUSTC_BOOTSTRAP=1 ./build/$PGO_HOST/stage2/bin/rustc --edition=2018 \
12
13
# Download and build a single-file stress test benchmark on perf.rust-lang.org.
14
function pgo_perf_benchmark {
15
- local PERF=e095f5021bf01cf3800f50b3a9f14a9683eb3e4e
+ local PERF=9442def56a39d742bf27ebcc3e0614cf117e1bc2
16
local github_prefix=https://raw.githubusercontent.com/rust-lang/rustc-perf/$PERF
17
local name=$1
18
curl -o /tmp/$name.rs $github_prefix/collector/benchmarks/$name/src/lib.rs
0 commit comments