mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Use MiMalloc in milli tests
This commit is contained in:
parent
70c906d4b4
commit
6c659dc12f
3 changed files with 10 additions and 0 deletions
|
@ -1,7 +1,15 @@
|
|||
#![cfg_attr(all(test, fuzzing), feature(no_coverage))]
|
||||
#![allow(unused, clippy::type_complexity)]
|
||||
|
||||
#[cfg(test)]
|
||||
#[global_allocator]
|
||||
static ALLOC: mimalloc::MiMalloc = mimalloc::MiMalloc;
|
||||
|
||||
#[macro_use]
|
||||
pub mod documents;
|
||||
|
||||
pub use search::new;
|
||||
|
||||
mod asc_desc;
|
||||
mod criterion;
|
||||
mod error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue