Plug the NoPanicThreadPool in the tests and benchmarks

This commit is contained in:
Clément Renault 2024-11-27 17:04:49 +01:00
parent e83534a430
commit da650f834e
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
10 changed files with 52 additions and 0 deletions

View file

@ -117,6 +117,7 @@ pub fn base_setup(conf: &Conf) -> Index {
indexer::index(
&mut wtxn,
&index,
&milli::ThreadPoolNoAbortBuilder::new().build().unwrap(),
config.grenad_parameters(),
&db_fields_ids_map,
new_fields_ids_map,