Skip to content

Commit

Permalink
bench: add divan back
Browse files Browse the repository at this point in the history
Divan doesn't need nightly rust anymore.
  • Loading branch information
a-kenji committed Apr 16, 2024
1 parent 321bb35 commit 6912a7a
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 7 deletions.
49 changes: 49 additions & 0 deletions Cargo.lock

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

8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ keywords = ["tui", "terminal", "ratatui", "tty", "multiplexer"]

categories = ["command-line-interface", "command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
# [workspace]
# members = [
# "bench",
# ]

[features]
default = ["vt100"]
unstable = ["dep:portable-pty"]
Expand All @@ -45,7 +39,7 @@ portable-pty = { version = "0.8.1", optional = true }
bytes = "1.6.0"
criterion = { version = "0.5.1", features = ["html_reports"] }
# divan now needs unstable rust, activate manually for now
# divan = "0.1.7"
divan = "0.1.14"
#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

0 comments on commit 6912a7a

Please sign in to comment.