Skip to content

Commit

Permalink
[no-release-notes] TPC-C CI runs longer (#7567)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-hoffman authored Mar 5, 2024
1 parent ce86ce6 commit 89271d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/performance/utils/benchmark_runner/tpcc_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ func NewDefaultTpccParams() *tpccTestParamsImpl {
Tables: 1,
TrxLevel: tpccTransactionLevelRr,
ReportCSV: true,
ReportInterval: 1,
Time: 30,
ReportInterval: 10,
Time: 150,
}
}

Expand Down

0 comments on commit 89271d7

Please sign in to comment.