Fix the format used for a geo deleting benchmark

This commit is contained in:
Kerollmops 2022-06-22 10:28:49 +02:00
parent dc3f092d07
commit ea852200bb
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4
1 changed files with 1 additions and 1 deletions

View File

@ -1137,7 +1137,7 @@ fn deleting_geo_in_batches_default(c: &mut Criterion) {
let builder =
IndexDocuments::new(&mut wtxn, &index, &config, indexing_config, |_| ())
.unwrap();
let documents = utils::documents_from(datasets_paths::SMOL_ALL_COUNTRIES, "json");
let documents = utils::documents_from(datasets_paths::SMOL_ALL_COUNTRIES, "jsonl");
let (builder, user_error) = builder.add_documents(documents).unwrap();
user_error.unwrap();
builder.execute().unwrap();