mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-16 03:10:50 +00:00
Add a feature flags to enable the export of stats
This commit is contained in:
@ -41,6 +41,10 @@ warp = "0.2.2"
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
intersect-to-csv = []
|
||||
|
||||
[[bench]]
|
||||
name = "search"
|
||||
harness = false
|
||||
|
Reference in New Issue
Block a user