Skip to content

Commit 45fe92d

Browse files
committed
chore(ci): split out benchmarks
Attempt to resolve too many open files in ci
1 parent 4930eda commit 45fe92d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

broker/http/http_test.go

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -363,13 +363,6 @@ func BenchmarkSub32(b *testing.B) {
363363
sub(b, 32)
364364
}
365365

366-
func BenchmarkSub64(b *testing.B) {
367-
sub(b, 64)
368-
}
369-
370-
func BenchmarkSub128(b *testing.B) {
371-
sub(b, 128)
372-
}
373366

374367
func BenchmarkPub1(b *testing.B) {
375368
pub(b, 1)
@@ -382,11 +375,3 @@ func BenchmarkPub8(b *testing.B) {
382375
func BenchmarkPub32(b *testing.B) {
383376
pub(b, 32)
384377
}
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

Comments
 (0)