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
9 changed files with 658 additions and 289 deletions

View File

@ -1907,7 +1907,7 @@ pub(crate) mod tests {
{ "id": 2, "name": "bob", "age": 20 },
{ "id": 2, "name": "bob", "age": 20 },
]);
indexer.add_documents(&payload);
indexer.add_documents(&payload).unwrap();
let indexer_alloc = Bump::new();
let (document_changes, _operation_stats, primary_key) = indexer