Skip to content

Commit 10856c1

Browse files
committed
Merge pull request #43 from jbuberel/patch-2
Fix incorrect reference to parseBeego
2 parents 60d8479 + 232f13c commit 10856c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parse_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ func BenchmarkAce_ParseAll(b *testing.B) {
511511
benchRoutes(b, parseAce, parseAPI)
512512
}
513513
func BenchmarkBear_ParseAll(b *testing.B) {
514-
benchRoutes(b, parseBeego, parseAPI)
514+
benchRoutes(b, parseBear, parseAPI)
515515
}
516516
func BenchmarkBeego_ParseAll(b *testing.B) {
517517
benchRoutes(b, parseBeego, parseAPI)

0 commit comments

Comments
 (0)