Commit 428efd2
committed
Simplify performance regression test workflow
- Remove complex pytest logic that was causing CI failures
- Run performance regression test directly using the evaluator script
- Add proper error handling and verification of test output
- Ensure CI fails appropriately if performance thresholds are exceeded
This simplifies the workflow and makes it more reliable by directly
testing the evaluator functionality rather than relying on pytest markers.1 parent 2a7f890 commit 428efd2
1 file changed
+8
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
232 | 231 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
240 | 235 | | |
241 | | - | |
| 236 | + | |
| 237 | + | |
242 | 238 | | |
243 | 239 | | |
244 | 240 | | |
| |||
0 commit comments