Sufi Levy

Results 4 comments of Sufi Levy

I've looked at the linked issue, and tried to add a bench (for `Block`, just to try). ```rs #[bench] fn bench_title_rounded_corners(b: &mut test::Bencher) { b.iter(|| { Block::default() .borders(Borders::ALL) .title("Main block...

When benching the rendering of widgets, should I use the `TestBackend`? Or should I create different rendering benches for `crossterm` and `termion`?