|
123 | 123 | "expected_reject": true |
124 | 124 | } |
125 | 125 | ], |
126 | | - "benchmark_score": 100.0, |
| 126 | + "sequence_results": [ |
| 127 | + { |
| 128 | + "fixture": "koide_degraded_window_sequence", |
| 129 | + "passed": false, |
| 130 | + "checks": { |
| 131 | + "bounded_degraded_run": false, |
| 132 | + "bridges_onset": true, |
| 133 | + "rejects_when_exhausted": false |
| 134 | + }, |
| 135 | + "degraded_accepts": 20, |
| 136 | + "max_consecutive_degraded_accepts": 20 |
| 137 | + } |
| 138 | + ], |
| 139 | + "benchmark_score": 85.71428571428571, |
127 | 140 | "readability_score": 25.200000000000003, |
128 | 141 | "extensibility_score": 94.0, |
129 | 142 | "static_metrics": { |
|
138 | 151 | "readability_score": 25.200000000000003, |
139 | 152 | "extensibility_score": 94.0 |
140 | 153 | }, |
141 | | - "overall_score": 83.84 |
| 154 | + "overall_score": 75.27 |
| 155 | + }, |
| 156 | + { |
| 157 | + "name": "bounded_degraded", |
| 158 | + "design": "correction cross-check with non-resetting degraded-accept budget", |
| 159 | + "fixture_results": [ |
| 160 | + { |
| 161 | + "fixture": "degraded_onset_small_correction_should_accept", |
| 162 | + "passed": true, |
| 163 | + "outcome": "matched_expected_reject", |
| 164 | + "decision": "accept", |
| 165 | + "decision_reason": "degraded_accept_within_budget", |
| 166 | + "decision_score": 13.59, |
| 167 | + "expected_reject": false |
| 168 | + }, |
| 169 | + { |
| 170 | + "fixture": "degraded_streak_small_correction_should_accept", |
| 171 | + "passed": true, |
| 172 | + "outcome": "matched_expected_reject", |
| 173 | + "decision": "accept", |
| 174 | + "decision_reason": "degraded_accept_within_budget", |
| 175 | + "decision_score": 26.56, |
| 176 | + "expected_reject": false |
| 177 | + }, |
| 178 | + { |
| 179 | + "fixture": "fresh_jump_good_score_should_reject", |
| 180 | + "passed": false, |
| 181 | + "outcome": "mismatched_expected_reject", |
| 182 | + "decision": "accept", |
| 183 | + "decision_reason": "score_within_threshold", |
| 184 | + "decision_score": 1.5, |
| 185 | + "expected_reject": true |
| 186 | + }, |
| 187 | + { |
| 188 | + "fixture": "healthy_tracking_should_accept", |
| 189 | + "passed": true, |
| 190 | + "outcome": "matched_expected_reject", |
| 191 | + "decision": "accept", |
| 192 | + "decision_reason": "score_within_threshold", |
| 193 | + "decision_score": 0.3, |
| 194 | + "expected_reject": false |
| 195 | + }, |
| 196 | + { |
| 197 | + "fixture": "lost_huge_score_should_reject", |
| 198 | + "passed": true, |
| 199 | + "outcome": "matched_expected_reject", |
| 200 | + "decision": "reject", |
| 201 | + "decision_reason": "degraded_budget_exhausted_or_unsupported", |
| 202 | + "decision_score": 4353.99, |
| 203 | + "expected_reject": true |
| 204 | + }, |
| 205 | + { |
| 206 | + "fixture": "stale_prediction_should_reject", |
| 207 | + "passed": true, |
| 208 | + "outcome": "matched_expected_reject", |
| 209 | + "decision": "reject", |
| 210 | + "decision_reason": "degraded_budget_exhausted_or_unsupported", |
| 211 | + "decision_score": 18.72, |
| 212 | + "expected_reject": true |
| 213 | + } |
| 214 | + ], |
| 215 | + "sequence_results": [ |
| 216 | + { |
| 217 | + "fixture": "koide_degraded_window_sequence", |
| 218 | + "passed": true, |
| 219 | + "checks": { |
| 220 | + "bounded_degraded_run": true, |
| 221 | + "bridges_onset": true, |
| 222 | + "rejects_when_exhausted": true |
| 223 | + }, |
| 224 | + "degraded_accepts": 3, |
| 225 | + "max_consecutive_degraded_accepts": 3 |
| 226 | + } |
| 227 | + ], |
| 228 | + "benchmark_score": 85.71428571428571, |
| 229 | + "readability_score": 34.0, |
| 230 | + "extensibility_score": 84.0, |
| 231 | + "static_metrics": { |
| 232 | + "implementation_file": "experiments/measurement_acceptance/variants/bounded_degraded.py", |
| 233 | + "loc": 35, |
| 234 | + "branch_count": 4, |
| 235 | + "max_nesting_depth": 1, |
| 236 | + "state_field_count": 5, |
| 237 | + "public_method_count": 2, |
| 238 | + "import_count": 4, |
| 239 | + "has_config_dataclass": true, |
| 240 | + "readability_score": 34.0, |
| 241 | + "extensibility_score": 84.0 |
| 242 | + }, |
| 243 | + "overall_score": 75.03 |
142 | 244 | }, |
143 | 245 | { |
144 | 246 | "name": "score_ratio_budget", |
|
199 | 301 | "expected_reject": true |
200 | 302 | } |
201 | 303 | ], |
202 | | - "benchmark_score": 83.33333333333334, |
| 304 | + "sequence_results": [ |
| 305 | + { |
| 306 | + "fixture": "koide_degraded_window_sequence", |
| 307 | + "passed": false, |
| 308 | + "checks": { |
| 309 | + "bounded_degraded_run": false, |
| 310 | + "bridges_onset": true, |
| 311 | + "rejects_when_exhausted": false |
| 312 | + }, |
| 313 | + "degraded_accepts": 20, |
| 314 | + "max_consecutive_degraded_accepts": 20 |
| 315 | + } |
| 316 | + ], |
| 317 | + "benchmark_score": 71.42857142857143, |
203 | 318 | "readability_score": 49.599999999999994, |
204 | 319 | "extensibility_score": 94.0, |
205 | 320 | "static_metrics": { |
|
214 | 329 | "readability_score": 49.599999999999994, |
215 | 330 | "extensibility_score": 94.0 |
216 | 331 | }, |
217 | | - "overall_score": 78.72 |
| 332 | + "overall_score": 71.58 |
218 | 333 | }, |
219 | 334 | { |
220 | 335 | "name": "fixed_threshold", |
|
275 | 390 | "expected_reject": true |
276 | 391 | } |
277 | 392 | ], |
278 | | - "benchmark_score": 50.0, |
| 393 | + "sequence_results": [ |
| 394 | + { |
| 395 | + "fixture": "koide_degraded_window_sequence", |
| 396 | + "passed": false, |
| 397 | + "checks": { |
| 398 | + "bounded_degraded_run": true, |
| 399 | + "bridges_onset": false, |
| 400 | + "rejects_when_exhausted": true |
| 401 | + }, |
| 402 | + "degraded_accepts": 0, |
| 403 | + "max_consecutive_degraded_accepts": 0 |
| 404 | + } |
| 405 | + ], |
| 406 | + "benchmark_score": 42.857142857142854, |
279 | 407 | "readability_score": 79.0, |
280 | 408 | "extensibility_score": 85.0, |
281 | 409 | "static_metrics": { |
|
290 | 418 | "readability_score": 79.0, |
291 | 419 | "extensibility_score": 85.0 |
292 | 420 | }, |
293 | | - "overall_score": 62.8 |
| 421 | + "overall_score": 58.51 |
294 | 422 | } |
295 | 423 | ], |
296 | | - "benchmark_score_mean": 77.77777777777779 |
| 424 | + "benchmark_score_mean": 71.42857142857143 |
297 | 425 | } |
0 commit comments