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 316258f commit 58f27daCopy full SHA for 58f27da
.evergreen/run-perf-tests.sh
@@ -10,11 +10,4 @@ export OUTPUT_FILE="results.json"
10
python -m pip install -U pip
11
pip install -e .
12
13
-# Install django and test dependencies
14
-git clone --branch mongodb-5.2.x https://github.com/mongodb-forks/django django_repo
15
-pushd django_repo/tests/
16
-pip install -e ..
17
-pip install -r requirements/py3.txt
18
-popd
19
-
20
-python run_perf_test.py
+python .evergreen/run_perf_test.py
0 commit comments