mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
Use three digits after the decimal point for better resolution and comparability of results.
This commit is contained in:
parent
fde525de3d
commit
0906d9e97f
1 changed files with 1 additions and 1 deletions
|
|
@ -512,7 +512,7 @@ sub print_value
|
|||
else
|
||||
{
|
||||
$first=1 if ($first == 0); # Assume that it took one second instead of 0
|
||||
$tmp= sprintf("%.2f",$value/$first);
|
||||
$tmp= sprintf("%.3f",$value/$first);
|
||||
}
|
||||
if (defined($flags))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue