Skip to content

Commit

Permalink
Update comments again
Browse files Browse the repository at this point in the history
Signed-off-by: George Robinson <george.robinson@grafana.com>
  • Loading branch information
grobinson-grafana committed Mar 21, 2024
1 parent 3378b46 commit 04fa735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inhibit/inhibit_bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func BenchmarkMutes(b *testing.B) {
b.Run("1 inhibition rule, 10000 inhibiting alerts", func(b *testing.B) {
benchmarkMutes(b, defaultBenchmark(b, 1, 10000))
})
b.Run("100 inhibition rules, 1000 inhibiting alerts each", func(b *testing.B) {
b.Run("100 inhibition rules, 1000 inhibiting alerts", func(b *testing.B) {
benchmarkMutes(b, defaultBenchmark(b, 100, 1000))
})
}
Expand Down

0 comments on commit 04fa735

Please sign in to comment.