term-bench 0.9.3-alpha

A simple render benchmark for terminal throughput measurements.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "term-bench"
description = "A simple render benchmark for terminal throughput measurements."
keywords = ["benchmark", "terminal", "renderer", "tui"]
categories = ["development-tools", "rendering"]
authors.workspace = true
version.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true
publish.workspace = true

[dependencies]
clap = { workspace = true, features = ["derive"] }
crossterm = { workspace = true }
indoc = { workspace = true }
ratatui = { workspace = true }