We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31e77c commit 0260d80Copy full SHA for 0260d80
.evergreen/run_perf_test.py
@@ -5,10 +5,7 @@
5
import subprocess
6
import sys
7
from datetime import datetime
8
-<<<<<<< Updated upstream
9
-=======
10
from pathlib import Path
11
->>>>>>> Stashed changes
12
13
LOGGER = logging.getLogger("test")
14
logging.basicConfig(level=logging.INFO, format="%(levelname)-8s %(message)s")
tests/performance/perftest/tests.py
@@ -53,8 +53,8 @@
53
else:
54
NUM_ITERATIONS = 10
55
MIN_ITERATION_TIME = 30
56
- MAX_ITERATION_TIME = 60
57
- NUM_DOCS = 10000
+ MAX_ITERATION_TIME = 300
+ NUM_DOCS = 1000
58
59
TEST_PATH = os.environ.get("TEST_PATH", Path(os.path.realpath(__file__)).parent.parent / "odm-data")
60
0 commit comments