Skip to content

Commit

Permalink
migrate one test to criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Nov 22, 2024
1 parent 32f95b6 commit 4701f28
Show file tree
Hide file tree
Showing 6 changed files with 624 additions and 147 deletions.
251 changes: 251 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,15 @@ thread_local = "1.1.8"
subtle = "2.6.1"
bon = "2.2.0"
shush-rs = "0.1.10"
criterion = { version = "0.5.1", features = ["html_reports"] }

[target.'cfg(target_os = "linux")'.dependencies]
fuse3 = { version = "0.7.2", features = ["tokio-runtime", "unprivileged"] }

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

[profile.release]
#panic = "abort"
# Treat warnings as errors in release builds
Expand Down
Loading

0 comments on commit 4701f28

Please sign in to comment.