Skip to content

Commit

Permalink
bench: init divan
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji committed Oct 28, 2023
1 parent 730cd4a commit 7e5ffad
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 11 deletions.
100 changes: 90 additions & 10 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ vt100 = "0.15.2"

[dev-dependencies]
bytes = "1.5.0"
criterion = "0.5.1"
criterion = { version = "0.5.1", features = ["html_reports"] }
divan = "0.1.1"
#TODO: go back to release version, once it is fixed
# iai = "0.1.1"
iai = { git = "https://github.com/sigaloid/iai", rev = "6c83e942" }
Expand Down Expand Up @@ -68,6 +69,9 @@ harness = false
name = "iai"
harness = false

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

[[example]]
name = "simple_ls_chan"
Expand Down
Loading

0 comments on commit 7e5ffad

Please sign in to comment.