Skip to content

Commit

Permalink
use criterion for benches
Browse files Browse the repository at this point in the history
  • Loading branch information
mcginty committed May 27, 2018
1 parent 52ccac7 commit b4a0d7e
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 262 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ ring-resolver = ["ring"]
ring-accelerated = ["ring", "ring-resolver"]
vector-tests = []

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

[badges]
travis-ci = { repository = "mcginty/snow", branch = "master" }

Expand All @@ -38,6 +42,7 @@ ring = { version = "0.13.0-alpha", optional = true }

[dev-dependencies]
clap = "^2.0"
criterion = "0.2"
serde = "^1.0"
serde_json = "^1.0"
serde_derive = "^1.0"
Expand Down
Loading

0 comments on commit b4a0d7e

Please sign in to comment.