Skip to content

Commit

Permalink
update unified-scheduler-pool testgs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 21, 2024
1 parent 8bb7596 commit b9f4cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unified-scheduler-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@ mod tests {
let (result, timings) = bank.wait_for_completed_scheduler().unwrap();
assert_matches!(result, Ok(()));
// ResultWithTimings should be carried over across active=>stale=>active transitions.
assert_eq!(timings.metrics[ExecuteTimingType::CheckUs], 246);
assert_eq!(timings.metrics[ExecuteTimingType::CheckUs].0, 246);
}

#[test]
Expand Down

0 comments on commit b9f4cb8

Please sign in to comment.