]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/pgo.sh
Rollup merge of #100389 - compiler-errors:return-type-suggestion-cycle, r=cjgillot
[rust.git] / src / ci / pgo.sh
index 4773dc09960a00a599604b4f6dd987c3343dbdfd..b60b7868d068aa8b93fbe510f2c220fa66c14747 100755 (executable)
@@ -100,8 +100,8 @@ if isLinux; then
     cp -r /tmp/rustc-perf $RUSTC_PERF
     chown -R $(whoami): $RUSTC_PERF
 else
-    # rustc-perf version from 2022-05-18
-    PERF_COMMIT=f66cc8f3e04392b0e2fd811f21fd1ece6ebaded3
+    # rustc-perf version from 2022-07-22
+    PERF_COMMIT=3c253134664fdcba862c539d37f0de18557a9a4c
     retry curl -LS -o $PGO_TMP/perf.zip \
         https://github.com/rust-lang/rustc-perf/archive/$PERF_COMMIT.zip && \
         cd $PGO_TMP && unzip -q perf.zip && \