Skip to content

Commit

Permalink
Merge pull request #121 from isucon/debug/add.addr.print
Browse files Browse the repository at this point in the history
add print debug
  • Loading branch information
ryoha000 authored Oct 12, 2024
2 parents 79bed3b + ea99d28 commit 5105fde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bench/cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ var runCmd = &cobra.Command{
}
defer exporter.Shutdown(context.Background())

l.Info("[DEBUG] target", zap.String("targetURL", targetURL), zap.String("targetAddr", targetAddr), zap.String("benchrun.GetTargetAddress()", benchrun.GetTargetAddress()))

s := scenario.NewScenario(targetURL, targetAddr, paymentURL, contestantLogger, reporter, meter)

b, err := isucandar.NewBenchmark(
Expand Down

0 comments on commit 5105fde

Please sign in to comment.