Skip to content

Commit f3e0c2b

Browse files
authored
Update benchmark.php
1 parent 42085ce commit f3e0c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function drawBenchmark()
7676
{
7777
$totalTime = count($times);
7878
$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;
79+
echo date('d.m.Y H:i:s', $time) . ',    Time: ' . number_format($sumTime , 25 , "." , "") . ',    One Transaction Time: ' . $this->getRTime($sumTime, $totalTime) . ',    TPS: '. $totalTime;
8080
echo '<br>';
8181
}
8282
}

0 commit comments

Comments
 (0)