about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2021-04-24 23:17:06 +0200
committerRalf Jung <post@ralfj.de>2021-04-24 23:17:06 +0200
commit49054c3617bb04ba4f108ab7a5fbe6cda74bcbd3 (patch)
tree6e3b6ef6539b669608927c7c5c79246f8d908d95
parent46d09f7a4b2fe6675f06394a187cef46728412d3 (diff)
downloadrust-49054c3617bb04ba4f108ab7a5fbe6cda74bcbd3.tar.gz
rust-49054c3617bb04ba4f108ab7a5fbe6cda74bcbd3.zip
update rustc-perf version that is used for PGO
-rwxr-xr-xsrc/ci/pgo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/pgo.sh b/src/ci/pgo.sh
index 95cf1183fc1..ad2a8c771de 100755
--- a/src/ci/pgo.sh
+++ b/src/ci/pgo.sh
@@ -12,7 +12,7 @@ RUSTC_BOOTSTRAP=1 ./build/$PGO_HOST/stage2/bin/rustc --edition=2018 \
 
 # Download and build a single-file stress test benchmark on perf.rust-lang.org.
 function pgo_perf_benchmark {
-    local PERF=e095f5021bf01cf3800f50b3a9f14a9683eb3e4e
+    local PERF=9442def56a39d742bf27ebcc3e0614cf117e1bc2
     local github_prefix=https://raw.githubusercontent.com/rust-lang/rustc-perf/$PERF
     local name=$1
     curl -o /tmp/$name.rs $github_prefix/collector/benchmarks/$name/src/lib.rs