Skip to content

Commit 098bd98

Browse files
Make limit 275K tps
1 parent 7c6ab83 commit 098bd98

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
@@ -12,7 +12,7 @@ use std::{
1212
const DATABASE_NAME: &str = "test-1";
1313
const KEYNOTE_DIR: &str = "templates/keynote-2";
1414
const KEYNOTE_BINDINGS_DIR: &str = "templates/keynote-2/module_bindings";
15-
const MIN_TPS: f64 = 300_000.0;
15+
const MIN_TPS: f64 = 275_000.0;
1616
const BENCH_SECONDS: &str = "60";
1717
const BENCH_CONCURRENCY: &str = "64";
1818
const MAX_INFLIGHT_PER_WORKER: &str = "96";

0 commit comments

Comments
 (0)