Skip to content

Commit 04b1495

Browse files
committed
BenchmarkRepo: name test case tests
1 parent 8507714 commit 04b1495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/benchmarks_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func BenchmarkRepo(b *testing.B) {
3434
if testing.Short() && s.skipShort {
3535
b.Skip("skipping test in short mode.")
3636
}
37-
b.Run("Migrate", func(b *testing.B) {
37+
b.Run("Migrate "+s.name, func(b *testing.B) {
3838
for i := 0; i < b.N; i++ {
3939
testRepoMigrate(b, session, s.url, s.name)
4040
}

0 commit comments

Comments
 (0)