Skip to content

Commit

Permalink
[no-release-notes] more TPC-C, reduce variance (#7570)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-hoffman authored Mar 6, 2024
1 parent 5a443c8 commit c59b019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/performance/utils/benchmark_runner/tpcc_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func NewDefaultTpccParams() *tpccTestParamsImpl {
TrxLevel: tpccTransactionLevelRr,
ReportCSV: true,
ReportInterval: 10,
Time: 150,
Time: 400,
}
}

Expand Down

0 comments on commit c59b019

Please sign in to comment.