Skip to content

Commit

Permalink
Measuring execution times of models.
Browse files Browse the repository at this point in the history
  • Loading branch information
datumbox committed Mar 9, 2022
1 parent d8654bb commit 17593a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/unittest/linux/scripts/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ conda activate ./env

export PYTORCH_TEST_WITH_SLOW='1'
python -m torch.utils.collect_env
pytest --junitxml=test-results/junit.xml -v --durations 20
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"

0 comments on commit 17593a5

Please sign in to comment.