File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ydb/library/workload/tpcc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ void TPCCRunner::PrintFinalResultPretty() {
651
651
if (minutesPassed >= 1 ) {
652
652
std::cout << " warehouses: " << Config.WarehouseCount << std::endl;
653
653
std::cout << " tpmC: " << DataToDisplay->StatusData .Tpmc << " *" << std::endl;
654
- std::cout << " efficiency: " << std::setprecision (2 ) << DataToDisplay->StatusData .Efficiency << " %" << std::endl;
654
+ std::cout << " efficiency: " << std::fixed << std:: setprecision (2 ) << DataToDisplay->StatusData .Efficiency << " %" << std::endl;
655
655
std::cout << " * These results are not officially recognized TPC results "
656
656
<< " and are not comparable with other TPC-C test results published on the TPC website" << std::endl;
657
657
} else {
You can’t perform that action at this time.
0 commit comments