Fix all the benchmark compilation errors

This commit is contained in:
Clément Renault 2024-11-19 11:24:36 +01:00
parent df5884b0c1
commit 32d0e50a75
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
9 changed files with 658 additions and 289 deletions

View file

@ -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");
}