Skip to content

Commit 5ea558e

Browse files
Drop tps threshold in keynote bench (#5360)
# Description of Changes Reviewing recent benchmark runs, it appears that #5071 probably regressed TPS by around 3-5%. I don't want to revert that change because it has implications for replication, and so for now we'll just live with the slight regression. # API and ABI breaking changes None # Expected complexity level and risk 0 # Testing N/A
1 parent b929eb5 commit 5ea558e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/ci/src/keynote_bench.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ const BENCHMARK_MODULES: &[BenchmarkModule] = &[
3737
BenchmarkModule {
3838
label: "TypeScript",
3939
module_dir: "templates/keynote-2/spacetimedb",
40-
min_tps: 275_000.0,
40+
min_tps: 250_000.0,
4141
},
4242
BenchmarkModule {
4343
label: "Rust",
4444
module_dir: "templates/keynote-2/rust_module",
45-
min_tps: 275_000.0,
45+
min_tps: 250_000.0,
4646
},
4747
];
4848

0 commit comments

Comments
 (0)