Skip to content

Commit

Permalink
deps: add criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
phra committed Jun 12, 2019
1 parent d1a80d6 commit e6a289f
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 0 deletions.
166 changes: 166 additions & 0 deletions Cargo.lock

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

14 changes: 14 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ version = "1.2.1"
authors = ["phra <[email protected]>", "ps1dr3x <[email protected]>"]
edition = "2018"

[[bin]]
name = "rustbuster"
path = "src/main.rs"

[lib]
name = "librustbuster"
path = "src/lib.rs"
bench = true

[dependencies]
hyper = "^0.12.28"
pretty_env_logger = "^0.3.0"
Expand All @@ -20,6 +29,11 @@ itertools = "^0.8.0"
regex = "^1.1.7"
galvanic-test = "^0.2.0"
galvanic-assert = "0.8.7"
criterion = "^0.2.11"

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

[dependencies.clap]
version = "^2.33"
Expand Down

0 comments on commit e6a289f

Please sign in to comment.