Skip to content

Commit f65e751

Browse files
Drop tps threshold for rust keynote-2 ci check
1 parent 2afef2b commit f65e751

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ci/src/keynote_bench.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const BENCHMARK_MODULES: &[BenchmarkModule] = &[
3333
BenchmarkModule {
3434
label: "Rust",
3535
module_dir: "templates/keynote-2/rust_module",
36-
min_tps: 300_000.0,
36+
min_tps: 275_000.0,
3737
},
3838
];
3939

0 commit comments

Comments
 (0)