We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df635f commit 0f84ad6Copy full SHA for 0f84ad6
.evergreen/run-tests.sh
@@ -224,6 +224,9 @@ if [ -n "$PERF_TEST" ]; then
224
python -m pip install simplejson
225
start_time=$(date +%s)
226
TEST_SUITES="perf"
227
+ # PYTHON-4769 Run perf_test.py directly otherwise pytest's test collection negatively
228
+ # affects the benchmark results.
229
+ TEST_ARGS="test/performance/perf_test.py $TEST_ARGS"
230
fi
231
232
echo "Running $AUTH tests over $SSL with python $(which python)"
0 commit comments