promkit-core 0.5.0

Core library for promkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# promkit-core

## Renderer layout benchmark

The Criterion benchmark measures `Renderer` layout independently from terminal
size queries and terminal I/O. It covers content size, wrapping and truncation,
terminal width, pane count, and viewport movement:

```bash
cargo bench -p promkit-core --bench renderer_layout
```

Each iteration includes cloning the renderer inputs, matching the content
snapshot cost paid by `Renderer::render`.