Commit 8a3f0c4
committed
fix(ci): increase validation performance threshold for CI environments
- Increase minimal validation threshold from 150ms to 250ms avg
- Increase max threshold from 250ms to 500ms
- CI environments are slower than local (~200ms vs ~100ms)
- Still catches real regressions (2x+ slowdown)1 parent 1361fa4 commit 8a3f0c4
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
0 commit comments