@@ -82,7 +82,7 @@ test_pytest_ops() { # Test ops and other things
82
82
backends/arm/scripts/build_executorch.sh
83
83
84
84
# 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
86
86
echo " ${TEST_SUITE_NAME} : PASS"
87
87
}
88
88
@@ -98,7 +98,7 @@ test_pytest_models() { # Test ops and other things
98
98
backends/arm/scripts/build_executorch.sh
99
99
100
100
# 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
102
102
echo " ${TEST_SUITE_NAME} : PASS"
103
103
}
104
104
@@ -121,7 +121,7 @@ test_pytest_ops_ethosu_fvp() { # Same as test_pytest but also sometime verify us
121
121
backends/arm/test/setup_testing.sh
122
122
123
123
# 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
125
125
echo " ${TEST_SUITE_NAME} : PASS"
126
126
}
127
127
@@ -137,7 +137,7 @@ test_pytest_models_ethosu_fvp() { # Same as test_pytest but also sometime verify
137
137
backends/arm/test/setup_testing.sh
138
138
139
139
# 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
141
141
echo " ${TEST_SUITE_NAME} : PASS"
142
142
}
143
143
0 commit comments