Commit d165422
committed
fix(bench): add missing diagnostics field in routing bench DispatchConfig
dispatch.rs:101 added a `diagnostics: bool` field to DispatchConfig
under #[serde(default)] but routing_benchmarks.rs:305 still constructs
the config with the old field set, breaking `cargo bench --no-run`.
Add `diagnostics: false` to match the field set. Production callers
keep using DispatchConfig::default() so this only affects the bench.1 parent 7d417cf commit d165422
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| 311 | + | |
311 | 312 | | |
312 | 313 | | |
313 | 314 | | |
| |||
0 commit comments