mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-01 23:51:46 -04:00
- Run fmt
- Use built-in async benching - Use custom Resize::None when making ratatui images to save some cycles
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user