Skip to content

Commit 58f27da

Browse files
committed
Fix perf test path
1 parent 316258f commit 58f27da

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.evergreen/run-perf-tests.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,4 @@ export OUTPUT_FILE="results.json"
1010
python -m pip install -U pip
1111
pip install -e .
1212

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
13+
python .evergreen/run_perf_test.py

0 commit comments

Comments
 (0)