- Run fmt

- Use built-in async benching
- Use custom Resize::None when making ratatui images to save some cycles
This commit is contained in:
itsjunetime
2024-06-04 16:50:51 -06:00
parent 5825849434
commit 8feea1127b
9 changed files with 61 additions and 48 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ default = []
tracing = ["tokio/tracing", "dep:console-subscriber"]
[dev-dependencies]
criterion = "0.5.1"
criterion = { version = "0.5.1", features = ["async_tokio"] }
[[bench]]
name = "rendering"