aboutsummaryrefslogtreecommitdiff
path: root/icing/store/document-store_benchmark.cc
diff options
context:
space:
mode:
Diffstat (limited to 'icing/store/document-store_benchmark.cc')
-rw-r--r--icing/store/document-store_benchmark.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/icing/store/document-store_benchmark.cc b/icing/store/document-store_benchmark.cc
index 75995e9..5b9c568 100644
--- a/icing/store/document-store_benchmark.cc
+++ b/icing/store/document-store_benchmark.cc
@@ -132,7 +132,8 @@ libtextclassifier3::StatusOr<DocumentStore::CreateResult> CreateDocumentStore(
return DocumentStore::Create(
filesystem, base_dir, clock, schema_store,
/*force_recovery_and_revalidate_documents=*/false,
- /*namespace_id_fingerprint=*/false,
+ /*namespace_id_fingerprint=*/false, /*pre_mapping_fbv=*/false,
+ /*use_persistent_hash_map=*/false,
PortableFileBackedProtoLog<DocumentWrapper>::kDeflateCompressionLevel,
/*initialize_stats=*/nullptr);
}