@@ -82,7 +82,7 @@ test_pytest_ops() { # Test ops and other things
8282 backends/arm/scripts/build_executorch.sh
8383
8484 # Run arm baremetal pytest tests without FVP
85- pytest --verbose --color=yes --numprocesses=auto backends/arm/test/ --ignore=backends/arm/test/models
85+ pytest --verbose --color=yes --numprocesses=auto --durations=10 backends/arm/test/ --ignore=backends/arm/test/models
8686 echo " ${TEST_SUITE_NAME} : PASS"
8787}
8888
@@ -98,7 +98,7 @@ test_pytest_models() { # Test ops and other things
9898 backends/arm/scripts/build_executorch.sh
9999
100100 # Run arm baremetal pytest tests without FVP
101- pytest --verbose --color=yes backends/arm/test/models
101+ pytest --verbose --color=yes --durations=0 backends/arm/test/models
102102 echo " ${TEST_SUITE_NAME} : PASS"
103103}
104104
@@ -121,7 +121,7 @@ test_pytest_ops_ethosu_fvp() { # Same as test_pytest but also sometime verify us
121121 backends/arm/test/setup_testing.sh
122122
123123 # Run arm baremetal pytest tests with FVP
124- pytest --verbose --color=yes --numprocesses=auto backends/arm/test/ --ignore=backends/arm/test/models
124+ pytest --verbose --color=yes --numprocesses=auto --durations=10 backends/arm/test/ --ignore=backends/arm/test/models
125125 echo " ${TEST_SUITE_NAME} : PASS"
126126}
127127
@@ -137,7 +137,7 @@ test_pytest_models_ethosu_fvp() { # Same as test_pytest but also sometime verify
137137 backends/arm/test/setup_testing.sh
138138
139139 # Run arm baremetal pytest tests with FVP
140- pytest --verbose --color=yes backends/arm/test/models
140+ pytest --verbose --color=yes --durations=0 backends/arm/test/models
141141 echo " ${TEST_SUITE_NAME} : PASS"
142142}
143143
0 commit comments