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 b746382 commit bbcf2d6Copy full SHA for bbcf2d6
route_test.go
@@ -1020,6 +1020,9 @@ func BenchmarkRouteListFilteredNew(b *testing.B) {
1020
defer tearDown()
1021
1022
link, err := setUpRoutesBench(b)
1023
+ if err != nil {
1024
+ b.Fatal(err)
1025
+ }
1026
1027
b.ResetTimer()
1028
b.ReportAllocs()
@@ -1043,6 +1046,9 @@ func BenchmarkRouteListIter(b *testing.B) {
1043
1046
1044
1047
1045
1048
1049
1050
1051
1052
1053
1054
0 commit comments