Prepare benchmarks + ~1.7x prepare perf improvement (#121)

* Add prepare benchmarks

* Skip unnecessary peaks

* Cite sample sources
This commit is contained in:
Taj Pereira 2024-11-28 22:36:23 +09:00 committed by Héctor Ramón Jiménez
parent db2c1ca316
commit 28512c8630
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
8 changed files with 964 additions and 43 deletions

View file

@ -14,6 +14,11 @@ lru = { version = "0.12.1", default-features = false }
rustc-hash = "2.0"
[dev-dependencies]
winit = "0.29"
wgpu = "24"
winit = "0.29"
pollster = "0.4"
criterion = { version = "0.5", features = ["html_reports"] }
[[bench]]
name = "prepare"
harness = false