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:
cargo bench -p promkit-core --bench renderer_layoutEach iteration includes cloning the renderer inputs, matching the content
snapshot cost paid by Renderer::render.