From 3758f410ff2e3bdd5b52271dbdecdec7bc80f267 Mon Sep 17 00:00:00 2001 From: xfy Date: Wed, 8 Apr 2026 09:58:11 +0800 Subject: [PATCH] =?UTF-8?q?style(benchmark):=20=E4=BF=AE=E5=A4=8D=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=9C=AB=E5=B0=BE=E6=8D=A2=E8=A1=8C=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- internal/benchmark/tools/loadgen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/benchmark/tools/loadgen.go b/internal/benchmark/tools/loadgen.go index 090c9e0..441b5b2 100644 --- a/internal/benchmark/tools/loadgen.go +++ b/internal/benchmark/tools/loadgen.go @@ -161,4 +161,4 @@ func (lg *FasthttpLoadGenerator) RunParallel(pb *testing.PB) { req.Header.SetMethod("GET") _ = lg.client.Do(req, resp) } -} \ No newline at end of file +}