Skip to content

Commit

Permalink
Temp criterion commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusGix committed Jun 21, 2024
1 parent 20db6bc commit 4e41bca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ image = { workspace = true }
im = { workspace = true }
wgpu = { workspace = true }

[dev-dependencies]
criterion = "0.5"

[features]
default = ["editor", "default-image-formats"]
# TODO: this is only winit and the editor serde, there are other dependencies that still depend on
Expand Down Expand Up @@ -99,3 +102,10 @@ tokio = ["dep:tokio"]
# rfd (file dialog) async runtime
rfd-async-std = ["dep:rfd", "rfd/async-std"]
rfd-tokio = ["dep:rfd", "rfd/tokio"]

[profile.bench]
debug = true

[[bench]]
name = "basic_editing"
harness = false

0 comments on commit 4e41bca

Please sign in to comment.