- Use let _ = to ignore Result values in benchmark iterations
- Use inline format args (format!("s{shard_count}_h{hits_per_shard}"))
- Ensures cargo clippy --all-targets -- -D warnings passes
|
||
|---|---|---|
| .. | ||
| miroir-core | ||
| miroir-ctl | ||
| miroir-proxy | ||
- Use let _ = to ignore Result values in benchmark iterations
- Use inline format args (format!("s{shard_count}_h{hits_per_shard}"))
- Ensures cargo clippy --all-targets -- -D warnings passes
|
||
|---|---|---|
| .. | ||
| miroir-core | ||
| miroir-ctl | ||
| miroir-proxy | ||