Skip to content

Commit 1aca7ba

Browse files
committed
Calculate execution times for "test_quantized_classification_model"
1 parent d8654bb commit 1aca7ba

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 20
10+
pytest --junitxml=test-results/junit.xml -v --durations 200 -k test_quantized_classification_model

0 commit comments

Comments
 (0)