diff --git a/tools/ci/src/keynote_bench.rs b/tools/ci/src/keynote_bench.rs index c4a57303475..fc8f56fd282 100644 --- a/tools/ci/src/keynote_bench.rs +++ b/tools/ci/src/keynote_bench.rs @@ -33,7 +33,7 @@ const BENCHMARK_MODULES: &[BenchmarkModule] = &[ BenchmarkModule { label: "Rust", module_dir: "templates/keynote-2/rust_module", - min_tps: 300_000.0, + min_tps: 275_000.0, }, ];