Skip to content

Commit

Permalink
Use criterion and otherwise cleanup/simplify benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
Roderick Bovee committed Sep 5, 2019
1 parent 5bb2360 commit 7b35ce8
Show file tree
Hide file tree
Showing 11 changed files with 282 additions and 324 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ compression = ["bzip2", "flate2", "xz2"]
flate2 = { version="1.0.6", optional=true }
bzip2 = { version="0.3.3", optional=true }
xz2 = { version="0.1.6", optional=true }
memchr = "2.2.0"
memchr = "2.2.1"

[dev-dependencies]
bencher = "0.1.5"
criterion = "0.3"
bio = "0.28"
seq_io = "0.3"

[[bench]]
name = "benchmark"
Expand Down
27 changes: 0 additions & 27 deletions bench/benchmark.c

This file was deleted.

52 changes: 0 additions & 52 deletions bench/benchmark.py

This file was deleted.

20 changes: 0 additions & 20 deletions bench/benchmark.rs

This file was deleted.

9 changes: 0 additions & 9 deletions bench/benchmark_biopython.py

This file was deleted.

Loading

0 comments on commit 7b35ce8

Please sign in to comment.