mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Plug the NoPanicThreadPool in the tests and benchmarks
This commit is contained in:
parent
e83534a430
commit
da650f834e
10 changed files with 52 additions and 0 deletions
|
@ -1821,6 +1821,7 @@ pub(crate) mod tests {
|
|||
indexer::index(
|
||||
wtxn,
|
||||
&self.inner,
|
||||
&crate::ThreadPoolNoAbortBuilder::new().build().unwrap(),
|
||||
indexer_config.grenad_parameters(),
|
||||
&db_fields_ids_map,
|
||||
new_fields_ids_map,
|
||||
|
@ -1911,6 +1912,7 @@ pub(crate) mod tests {
|
|||
indexer::index(
|
||||
wtxn,
|
||||
&self.inner,
|
||||
&crate::ThreadPoolNoAbortBuilder::new().build().unwrap(),
|
||||
indexer_config.grenad_parameters(),
|
||||
&db_fields_ids_map,
|
||||
new_fields_ids_map,
|
||||
|
@ -1991,6 +1993,7 @@ pub(crate) mod tests {
|
|||
indexer::index(
|
||||
&mut wtxn,
|
||||
&index.inner,
|
||||
&crate::ThreadPoolNoAbortBuilder::new().build().unwrap(),
|
||||
indexer_config.grenad_parameters(),
|
||||
&db_fields_ids_map,
|
||||
new_fields_ids_map,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue