From 56b957491f7adea102cd6f6eba8a29379a0e7643 Mon Sep 17 00:00:00 2001 From: Xinhao Xu Date: Thu, 29 Apr 2021 11:17:23 +0800 Subject: [PATCH] fix benchmark typo --- benchmark/benchmark_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmark_test.go b/benchmark/benchmark_test.go index d52881c..26bb684 100644 --- a/benchmark/benchmark_test.go +++ b/benchmark/benchmark_test.go @@ -32,7 +32,7 @@ type workload struct { var maxWorkers = 200000 var workloads = []workload{{ - name: "1u-10Mt", + name: "1u-1Mt", userCount: 1, taskCount: 1000000, taskInterval: 0,