Skip to content

Commit e9acd6b

Browse files
committed
Use original benchmark params
1 parent 84b5fff commit e9acd6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/performance/perftest/tests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
OUTPUT_FILE = os.environ.get("OUTPUT_FILE")
2222

2323
NUM_ITERATIONS = 10
24-
MIN_ITERATION_TIME = 5
25-
MAX_ITERATION_TIME = 10
26-
NUM_DOCS = 10
24+
MIN_ITERATION_TIME = 30
25+
MAX_ITERATION_TIME = 60
26+
NUM_DOCS = 10000
2727

2828
result_data: list = []
2929

0 commit comments

Comments
 (0)