Skip to content

Commit

Permalink
debug用の条件外す
Browse files Browse the repository at this point in the history
  • Loading branch information
ToshihitoKon committed Jul 5, 2022
1 parent c11767e commit 5f4e0d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bench/scenario.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ func (sc *Scenario) Load(c context.Context, step *isucandar.BenchmarkStep) error
end = true
case w := <-sc.WorkerCh: // workerを起動する
// debug: 一つのworkerのみを立ち上げる
if w.String() != "AdminBillingValidateWorker" {
continue
}
// if w.String() != "AdminBillingValidateWorker" {
// continue
// }
wg.Add(1)
sc.CountWorker(w.String())
go func(w Worker) {
Expand Down

0 comments on commit 5f4e0d8

Please sign in to comment.