mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Fix all the benchmark compilation errors
This commit is contained in:
parent
df5884b0c1
commit
32d0e50a75
9 changed files with 658 additions and 289 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue