Skip to content

Commit 63b8a30

Browse files
committed
Change graph size
1 parent 57d8b27 commit 63b8a30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/make_graph.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function make_graph($id, $title, $hAxis_title)
1414
'DarkKhaki', 'DarkMagenta', 'DarkOliveGreen', 'DarkOrange', 'DarkOrchid',
1515
'DarkRed', 'DarkSalmon', 'DarkSeaGreen', 'DarkSlateBlue', 'DarkSlateGray',
1616
);
17-
$graphWidth = 1000;
17+
$graphWidth = 1100;
1818
$graphHeight = 400;
1919

2020
$data = array();

libs/parse_results.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function parse_results($file)
2525

2626
$results[$fw] = [
2727
'rps' => $rps,
28-
'memory' => $memory,
28+
'memory' => round($memory, 2),
2929
'time' => $time,
3030
'file' => $file,
3131
];

0 commit comments

Comments
 (0)