Skip to content

Commit db77373

Browse files
committed
Measure test_transforms.py speed.
1 parent 4edb317 commit db77373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/unittest/linux/scripts/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ conda activate ./env
77

88
export PYTORCH_TEST_WITH_SLOW='1'
99
python -m torch.utils.collect_env
10-
pytest --junitxml=test-results/junit.xml -v --durations 2000 -k "test_classification_model or test_detection_model or test_quantized_classification_model or test_segmentation_model or test_video_model"
10+
pytest --junitxml=test-results/junit.xml -v --durations 2000 test/test_transforms.py

0 commit comments

Comments
 (0)