fix benchmark typo

This commit is contained in:
Xinhao Xu
2021-04-29 11:17:23 +08:00
committed by GitHub
parent 1da23aac1a
commit 56b957491f
+1 -1
View File
@@ -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,