1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Add a benchmark

This commit is contained in:
Emil Ernerfeldt
2020-05-20 21:20:39 +02:00
parent 896d87c804
commit 7a9fb94029
4 changed files with 345 additions and 28 deletions

View File

@@ -11,3 +11,10 @@ parking_lot = "0.10"
rusttype = "0.9"
serde = "1"
serde_derive = "1"
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "benchmark"
harness = false