Skip to content

Commit

Permalink
Fix a compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 2, 2024
1 parent 65155fb commit 28a4c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benches/instantiation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fn benchmark_name(strategy: &InstanceAllocationStrategy) -> &'static str {
match strategy {
InstanceAllocationStrategy::OnDemand => "default",
InstanceAllocationStrategy::Pooling { .. } => "pooling",
_ => unreachable!(),
}
}

Expand Down

0 comments on commit 28a4c2b

Please sign in to comment.