From c59b019d11a93c5362c581f620b91de9f76ff7fa Mon Sep 17 00:00:00 2001 From: Maximilian Hoffman Date: Wed, 6 Mar 2024 10:10:13 -0800 Subject: [PATCH] [no-release-notes] more TPC-C, reduce variance (#7570) --- go/performance/utils/benchmark_runner/tpcc_tests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/performance/utils/benchmark_runner/tpcc_tests.go b/go/performance/utils/benchmark_runner/tpcc_tests.go index bf2b232bcc4..8337daefea7 100644 --- a/go/performance/utils/benchmark_runner/tpcc_tests.go +++ b/go/performance/utils/benchmark_runner/tpcc_tests.go @@ -54,7 +54,7 @@ func NewDefaultTpccParams() *tpccTestParamsImpl { TrxLevel: tpccTransactionLevelRr, ReportCSV: true, ReportInterval: 10, - Time: 150, + Time: 400, } }