We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42085ce commit f3e0c2bCopy full SHA for f3e0c2b
benchmark.php
@@ -76,7 +76,7 @@ public function drawBenchmark()
76
{
77
$totalTime = count($times);
78
$sumTime = array_sum($times);
79
- echo date('d.m.Y H:i:s', $time) . ', Süre: ' . number_format($sumTime , 25 , "." , "") . ', R: ' . $this->getRTime($sumTime, $totalTime) . ', TPS: '. $totalTime;
+ echo date('d.m.Y H:i:s', $time) . ', Time: ' . number_format($sumTime , 25 , "." , "") . ', One Transaction Time: ' . $this->getRTime($sumTime, $totalTime) . ', TPS: '. $totalTime;
80
echo '<br>';
81
}
82
0 commit comments