Skip to content

Commit

Permalink
criterion 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Aug 6, 2023
1 parent 13aba14 commit cd3718f
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 94 deletions.
147 changes: 56 additions & 91 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions age/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ which = { version = "4", optional = true }
wsl = { version = "0.1", optional = true }

[dev-dependencies]
criterion = "0.3"
criterion = "0.5"
futures-test = "0.3"
hex = "0.4"
i18n-embed = { version = "0.13", features = ["desktop-requester", "fluent-system"] }
Expand All @@ -93,10 +93,10 @@ test-case = "3"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }

[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.10", features = ["criterion", "flamegraph"] }
pprof = { version = "0.12", features = ["criterion", "flamegraph"] }

[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dev-dependencies]
criterion-cycles-per-byte = "0.1"
criterion-cycles-per-byte = "0.5"

[features]
default = []
Expand Down

0 comments on commit cd3718f

Please sign in to comment.