Skip to content

Commit 0260d80

Browse files
committed
Fixes
1 parent c31e77c commit 0260d80

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.evergreen/run_perf_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
import subprocess
66
import sys
77
from datetime import datetime
8-
<<<<<<< Updated upstream
9-
=======
108
from pathlib import Path
11-
>>>>>>> Stashed changes
129

1310
LOGGER = logging.getLogger("test")
1411
logging.basicConfig(level=logging.INFO, format="%(levelname)-8s %(message)s")

tests/performance/perftest/tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
else:
5454
NUM_ITERATIONS = 10
5555
MIN_ITERATION_TIME = 30
56-
MAX_ITERATION_TIME = 60
57-
NUM_DOCS = 10000
56+
MAX_ITERATION_TIME = 300
57+
NUM_DOCS = 1000
5858

5959
TEST_PATH = os.environ.get("TEST_PATH", Path(os.path.realpath(__file__)).parent.parent / "odm-data")
6060

0 commit comments

Comments
 (0)