Skip to content

Commit

Permalink
test per_document
Browse files Browse the repository at this point in the history
  • Loading branch information
papa99do committed Oct 18, 2024
1 parent b542ee6 commit 8a3ee4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf_tests/batch_add_doc_with_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class AddDocToUnstructuredIndexUser(MarqoLocustHttpUser):

def __init__(self, *args, **kwargs):
super().__init__(return_telemetry=True, add_doc_batch_mode='per_batch', *args, **kwargs)
super().__init__(return_telemetry=True, add_doc_batch_mode='per_document', *args, **kwargs)

wait_time = between(1, 2)

Expand Down

0 comments on commit 8a3ee4a

Please sign in to comment.