We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99d48b commit c7ed842Copy full SHA for c7ed842
1 file changed
crates/warp_tui/benches/transcript_bench.rs
@@ -8,7 +8,7 @@ use warp_tui::benchmark_support::{
8
9
fn benchmark_clipped_terminal_block(criterion: &mut Criterion) {
10
let mut group = criterion.benchmark_group("tui_terminal_block/clipped_content");
11
- for rows in [1_000, 10_000] {
+ for rows in [100, 1_000] {
12
let mut benchmark = ClippedTerminalBlockBenchmark::new(rows, 120, 50);
13
group.bench_with_input(BenchmarkId::new("end_frame", rows), &rows, |b, _| {
14
b.iter(|| black_box(benchmark.present()))
0 commit comments