summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-25 19:16:52 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-25 19:16:52 -0800
commit6ef7a24ad42b6d592ae66869b5adb767c5fd3b49 (patch)
treeecf1eaa53b6143d7ca7bcd6b14fc7acf4fa365e2
parentccb2e71905198184e23d02811ebdda0d41203499 (diff)
Update benchmark layout
-rw-r--r--benchmark.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmark.md b/benchmark.md
index fe1e4d6..75c5b37 100644
--- a/benchmark.md
+++ b/benchmark.md
@@ -21,10 +21,10 @@ Due to a number of test files all results are normalized by pugixml results - th
Benchmark results are visualized using [Google Charts](https://developers.google.com/chart/) and require JavaScript and SVG support to render.
-<div id="chart_speed_x86" style="width: 600px; height: 500px;">Parsing time (x86) relative to pugixml, lower is better</div>
-<div id="chart_memory_x86" style="width: 600px; height: 500px;">Parsing memory (x86) relative to pugixml, lower is better</div>
-<div id="chart_speed_x64" style="width: 600px; height: 500px;">Parsing time (x64) relative to pugixml, lower is better</div>
-<div id="chart_memory_x64" style="width: 600px; height: 500px;">Parsing memory (x64) relative to pugixml, lower is better</div>
+<div id="chart_speed_x86" style="width: 600px; height: 500px; padding: 10px;">Parsing time (x86) relative to pugixml, lower is better</div>
+<div id="chart_memory_x86" style="width: 600px; height: 350px; padding: 10px;">Parsing memory (x86) relative to pugixml, lower is better</div>
+<div id="chart_speed_x64" style="width: 600px; height: 500px; padding: 10px;">Parsing time (x64) relative to pugixml, lower is better</div>
+<div id="chart_memory_x64" style="width: 600px; height: 350px; padding: 10px;">Parsing memory (x64) relative to pugixml, lower is better</div>
<script type="text/javascript" src="benchmark-data.js"></script>