From 89271d78c275bde025caef5f69952a4ff892f037 Mon Sep 17 00:00:00 2001 From: Maximilian Hoffman Date: Mon, 4 Mar 2024 16:27:38 -0800 Subject: [PATCH] [no-release-notes] TPC-C CI runs longer (#7567) --- go/performance/utils/benchmark_runner/tpcc_tests.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go/performance/utils/benchmark_runner/tpcc_tests.go b/go/performance/utils/benchmark_runner/tpcc_tests.go index fff9027b52..bf2b232bcc 100644 --- a/go/performance/utils/benchmark_runner/tpcc_tests.go +++ b/go/performance/utils/benchmark_runner/tpcc_tests.go @@ -53,8 +53,8 @@ func NewDefaultTpccParams() *tpccTestParamsImpl { Tables: 1, TrxLevel: tpccTransactionLevelRr, ReportCSV: true, - ReportInterval: 1, - Time: 30, + ReportInterval: 10, + Time: 150, } }