Skip to content

Commit

Permalink
fix: Replace commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarrow committed May 20, 2024
1 parent cdd5c06 commit 972f327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perftest/perftest.go
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ func (p *perfLoadTesting) sendAMMs(marketIDs []string, opts Opts) error {
}

func (p *perfLoadTesting) sendSLAOrders(marketID string, deleteFirst bool, opts Opts) error {
/* for l := 0; l < opts.LpUserCount; l++ {
for l := 0; l < opts.LpUserCount; l++ {
batch := &BatchOrders{}

if deleteFirst {
Expand Down Expand Up @@ -612,7 +612,7 @@ func (p *perfLoadTesting) sendSLAOrders(marketID string, deleteFirst bool, opts
return err
}
}
}*/
}
return nil
}

Expand Down

0 comments on commit 972f327

Please sign in to comment.