Skip to content

Commit

Permalink
test(broadcast): made test faster
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksander-vedvik committed May 13, 2024
1 parent 56e1af7 commit 18aef22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/broadcast/broadcast_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ func BenchmarkBroadcastCallTenClientsTRACE(b *testing.B) {
func TestBroadcastCallTenClientsOnlyAsync(t *testing.T) {
numSrvs := 3
numClients := 20
numReqs := 500
numReqs := 50
_, srvAddrs, srvCleanup, err := createSrvs(numSrvs)
if err != nil {
t.Error(err)
Expand Down

0 comments on commit 18aef22

Please sign in to comment.