Skip to content

Commit

Permalink
負荷レベルをログに出さない
Browse files Browse the repository at this point in the history
1固定だから混乱するだけ
  • Loading branch information
fujiwara committed Nov 24, 2023
1 parent 843487b commit f735834
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bench/cmd/bench/benchmarker.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ func powWeightSize(m int) int64 {

func newBenchmarker(ctx context.Context, contestantLogger *zap.Logger) *benchmarker {
var weight int64 = int64(config.BaseParallelism)
contestantLogger.Info("負荷レベル", zap.Int64("level", weight))
// いま負荷レベルは固定値なので選手に見せる意味がない
// contestantLogger.Info("負荷レベル", zap.Int64("level", weight))

longStreamerClientPool := isupipe.NewClientPool(ctx)
streamerClientPool := isupipe.NewClientPool(ctx)
Expand Down

0 comments on commit f735834

Please sign in to comment.