iterator benchmarks

This commit is contained in:
daniel
2020-11-13 11:51:14 +01:00
parent e7ad99c061
commit d2fff6cd85
2 changed files with 81 additions and 0 deletions

View File

@@ -13,6 +13,11 @@ lazy-init = "0.3"
[dev-dependencies]
tempfile = "3.1.0"
assert_approx_eq = "1.1.0"
criterion = "0.3"
[build-dependencies]
cc = { version = "1.0", features = ["parallel" ]}
[[bench]]
name = "benchmarks"
harness = false