Add a feature flags to enable the export of stats

This commit is contained in:
Kerollmops
2020-06-20 13:25:42 +02:00
parent beb49b24f6
commit 115e0142d9
2 changed files with 24 additions and 15 deletions

View File

@ -41,6 +41,10 @@ warp = "0.2.2"
[dev-dependencies]
criterion = "0.3"
[features]
default = []
intersect-to-csv = []
[[bench]]
name = "search"
harness = false