Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 325 Bytes

BENCH_BULK.md

File metadata and controls

5 lines (5 loc) · 325 Bytes

Test Bulk Worker Function

  1. This benchmark test the BulkWorker function that takes target as an Index name and f as a file name.
  2. The file should be in ndjson form.
  3. Using os.Open to read the content of ndjson file.
  4. A for loop whill run b.N times and examine the performance of the Bulk Worker Function code.