Use criterion.rs for section benchmarking (#8)

### Changes
- Replace Rust nightly built-in benchmarking with criterion.rs
- Add benchmarking to Azure Pipelines
This commit is contained in:
Matan Kushner
2019-04-16 12:20:00 -07:00
committed by GitHub
parent fd42d81273
commit 2017bcfc7a
5 changed files with 336 additions and 69 deletions
+5
View File
@@ -12,3 +12,8 @@ git2 = "0.8.0"
[dev-dependencies]
tempfile = "3.0.7"
criterion = "0.2.11"
[[bench]]
name = "my_benchmark"
harness = false