Skip to content
Draft
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ async fn consume_current_local(
NodeControlMsg::Config { .. } => observed.configs += 1,
NodeControlMsg::DrainIngress { .. }
| NodeControlMsg::Shutdown { .. }
| NodeControlMsg::DelayedData { .. } => {
| NodeControlMsg::DelayedData { .. }
| NodeControlMsg::Wakeup { .. } => {
panic!("unexpected message in benchmark current local receiver");
}
}
Expand Down Expand Up @@ -203,7 +204,8 @@ async fn consume_current_shared(
NodeControlMsg::Config { .. } => observed.configs += 1,
NodeControlMsg::DrainIngress { .. }
| NodeControlMsg::Shutdown { .. }
| NodeControlMsg::DelayedData { .. } => {
| NodeControlMsg::DelayedData { .. }
| NodeControlMsg::Wakeup { .. } => {
panic!("unexpected message in benchmark current shared receiver");
}
}
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading
Loading