Skip to content

Commit

Permalink
Merge pull request #166 from Kuadrant/bench
Browse files Browse the repository at this point in the history
Update Criterion for bench
  • Loading branch information
alexsnaps authored May 3, 2023
2 parents 01cf755 + 1451eb8 commit 316cc70
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 64 deletions.
102 changes: 39 additions & 63 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion limitador/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ reqwest = { version = "0.11", optional = true }

[dev-dependencies]
serial_test = "0.9"
criterion = "0.3"
criterion = { version = "0.4", features = ["html_reports"] }
paste = "1"
rand = "0.8"
tokio = { version = "1", features = [
Expand Down

0 comments on commit 316cc70

Please sign in to comment.