From f735834741b12313cbaca39b5ad9fe9650445506 Mon Sep 17 00:00:00 2001 From: fujiwara Date: Sat, 25 Nov 2023 01:15:29 +0900 Subject: [PATCH] =?UTF-8?q?=E8=B2=A0=E8=8D=B7=E3=83=AC=E3=83=99=E3=83=AB?= =?UTF-8?q?=E3=82=92=E3=83=AD=E3=82=B0=E3=81=AB=E5=87=BA=E3=81=95=E3=81=AA?= =?UTF-8?q?=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1固定だから混乱するだけ --- bench/cmd/bench/benchmarker.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bench/cmd/bench/benchmarker.go b/bench/cmd/bench/benchmarker.go index c0e9d1a7a..3b027e0e6 100644 --- a/bench/cmd/bench/benchmarker.go +++ b/bench/cmd/bench/benchmarker.go @@ -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)