From e6db775264e87c2d42553c96b1f31456f7ef0097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Mon, 30 Jun 2025 15:18:48 +0200 Subject: [PATCH] Add more blocking CI checks to rustc-perf --- repos/rust-lang/rustc-perf.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repos/rust-lang/rustc-perf.toml b/repos/rust-lang/rustc-perf.toml index 9a7d5abca..8ff4239c9 100644 --- a/repos/rust-lang/rustc-perf.toml +++ b/repos/rust-lang/rustc-perf.toml @@ -12,5 +12,7 @@ pattern = "master" ci-checks = [ "Test and deploy", "Test on Windows", + "Test benchmarks", + "Test runtime benchmarks", "Database Check", ]