From acfc96525cc975dd1ad932a80a1e6d2df23bc9f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Tue, 22 Feb 2022 17:39:24 +0100 Subject: [PATCH] Apply GitHub suggestions --- benchmarks/benches/indexing.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/benches/indexing.rs b/benchmarks/benches/indexing.rs index b9ad7cad9..ee74f2a80 100644 --- a/benchmarks/benches/indexing.rs +++ b/benchmarks/benches/indexing.rs @@ -116,7 +116,7 @@ fn indexing_songs_in_three_batches_default(c: &mut Criterion) { builder.execute(|_| ()).unwrap(); // We index only one half of the dataset in the setup part - // as we don't care about the time it take. + // as we don't care about the time it takes. let config = IndexerConfig::default(); let indexing_config = IndexDocumentsConfig::default(); let mut builder = @@ -318,7 +318,7 @@ fn indexing_wiki_in_three_batches(c: &mut Criterion) { builder.execute(|_| ()).unwrap(); // We index only one half of the dataset in the setup part - // as we don't care about the time it take. + // as we don't care about the time it takes. let config = IndexerConfig::default(); let indexing_config = IndexDocumentsConfig { autogenerate_docids: true, ..Default::default() }; @@ -443,7 +443,7 @@ fn indexing_movies_in_three_batches(c: &mut Criterion) { builder.execute(|_| ()).unwrap(); // We index only one half of the dataset in the setup part - // as we don't care about the time it take. + // as we don't care about the time it takes. let config = IndexerConfig::default(); let indexing_config = IndexDocumentsConfig::default(); let mut builder =