Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: lhy1024 <[email protected]>
  • Loading branch information
lhy1024 authored and ti-chi-bot committed Feb 27, 2025
1 parent 7ba4494 commit da6e553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/mcs/tso/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ func BenchmarkForwardTsoConcurrently(b *testing.B) {
b.Run(fmt.Sprintf("clients_%d", clientsNum), func(b *testing.B) {
wg := sync.WaitGroup{}
b.ResetTimer()
for i := 0; i < b.N; i++ {
for range b.N {
for i, client := range clients {
wg.Add(1)
go func() {
Expand Down

0 comments on commit da6e553

Please sign in to comment.