mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 17:21:03 +00:00
Fix all the benchmark compilation errors
This commit is contained in:
@ -493,7 +493,7 @@ mod tests {
|
||||
}
|
||||
|
||||
let documents = mmap_from_objects(documents);
|
||||
index.add_documents(documents);
|
||||
index.add_documents(documents).unwrap();
|
||||
|
||||
db_snap!(index, facet_id_f64_docids, "initial", @"c34f499261f3510d862fa0283bbe843a");
|
||||
}
|
||||
|
Reference in New Issue
Block a user