Skip to content

Commit 5dd82d8

Browse files
committed
add: one more bench example
Signed-off-by: Ivan Goncharov <[email protected]>
1 parent b640fde commit 5dd82d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

prometheus/histogram_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -1482,3 +1482,7 @@ func BenchmarkFindBucketMid(b *testing.B) {
14821482
func BenchmarkFindBucketLarge(b *testing.B) {
14831483
benchmarkFindBucket(b, 100)
14841484
}
1485+
1486+
func BenchmarkFindBucketHuge(b *testing.B) {
1487+
benchmarkFindBucket(b, 500)
1488+
}

0 commit comments

Comments
 (0)