Skip to content
Prev Previous commit
Next Next commit
Update benchmark file paths and parameters
  • Loading branch information
vbabanin authored Mar 26, 2025
commit 5e75e447ad7800be5a1dc16886a2bc5f2925f9fb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private static void runBenchmarks()

runBenchmark(new MixedCollectionBulkWriteBenchmark<>("./single_and_multi_document/small_doc.json", 10_000,
DOCUMENT_CLASS));
runBenchmark(new MixedClientBulkWriteBenchmark<>("./single_and_multi_document/large_doc.json", 10,
runBenchmark(new MixedClientBulkWriteBenchmark<>("./single_and_multi_document/small_doc.json", 10_000,
DOCUMENT_CLASS));

runBenchmark(new GridFSUploadBenchmark("single_and_multi_document/gridfs_large.bin"));
Expand Down