Fix the benchmark tests

This commit is contained in:
Clément Renault
2024-11-19 10:45:27 +01:00
parent aba8a0e9e0
commit 3cf1352ae1
6 changed files with 919 additions and 398 deletions

View File

@ -107,6 +107,12 @@ impl<'pl> DocumentOperation<'pl> {
}
}
impl Default for DocumentOperation<'_> {
fn default() -> Self {
DocumentOperation::new(IndexDocumentsMethod::default())
}
}
#[allow(clippy::too_many_arguments)]
fn extract_addition_payload_changes<'r, 'pl: 'r>(
indexer: &'pl Bump,