We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4930eda commit 45fe92dCopy full SHA for 45fe92d
broker/http/http_test.go
@@ -363,13 +363,6 @@ func BenchmarkSub32(b *testing.B) {
363
sub(b, 32)
364
}
365
366
-func BenchmarkSub64(b *testing.B) {
367
- sub(b, 64)
368
-}
369
-
370
-func BenchmarkSub128(b *testing.B) {
371
- sub(b, 128)
372
373
374
func BenchmarkPub1(b *testing.B) {
375
pub(b, 1)
@@ -382,11 +375,3 @@ func BenchmarkPub8(b *testing.B) {
382
func BenchmarkPub32(b *testing.B) {
383
376
pub(b, 32)
384
377
385
386
-func BenchmarkPub64(b *testing.B) {
387
- pub(b, 64)
388
389
390
-func BenchmarkPub128(b *testing.B) {
391
- pub(b, 128)
392
0 commit comments