Skip to content

Commit c7ed842

Browse files
committed
update test
1 parent c99d48b commit c7ed842

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/warp_tui/benches/transcript_bench.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use warp_tui::benchmark_support::{
88

99
fn benchmark_clipped_terminal_block(criterion: &mut Criterion) {
1010
let mut group = criterion.benchmark_group("tui_terminal_block/clipped_content");
11-
for rows in [1_000, 10_000] {
11+
for rows in [100, 1_000] {
1212
let mut benchmark = ClippedTerminalBlockBenchmark::new(rows, 120, 50);
1313
group.bench_with_input(BenchmarkId::new("end_frame", rows), &rows, |b, _| {
1414
b.iter(|| black_box(benchmark.present()))

0 commit comments

Comments
 (0)