Bertrand Chardon c0db566a48
perf: add bench for build results list (#107)
This PR adds a benchmark for performance-critical function
`build_results_list` from `television_screen::results`

This should allows `television` to track performances improvements or
regressions across time for that function (and other in the future)

---------

Co-authored-by: alexpasmantier <alex.pasmant@gmail.com>
2024-12-08 18:43:38 +01:00

25 lines
693 B
TOML

[package]
name = "television-screen"
version = "0.0.10"
edition.workspace = true
description.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
include.workspace = true
rust-version.workspace = true
readme.workspace = true
[dependencies]
ratatui = "0.29.0"
serde = "1.0.215"
television-utils = { path = "../television-utils", version = "0.0.10" }
television-channels = { path = "../television-channels", version = "0.0.10" }
television-previewers = { path = "../television-previewers", version = "0.0.10" }
color-eyre = "0.6.3"
ansi-to-tui = "7.0.0"
syntect = "5.2.0"