From: wout Date: Thu, 4 Aug 2016 16:41:10 +0000 (+0200) Subject: Added bench styling X-Git-Tag: 2.3.5~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=16575bdca041c6f04042058d05b4867f882b65bd;p=svg.js.git Added bench styling --- diff --git a/bench/runner.html b/bench/runner.html index 4c40208..0e005f1 100644 --- a/bench/runner.html +++ b/bench/runner.html @@ -4,8 +4,10 @@ SVG.js benchmarker diff --git a/bench/svg.bench.js b/bench/svg.bench.js index 653d438..0cf46cc 100644 --- a/bench/svg.bench.js +++ b/bench/svg.bench.js @@ -57,7 +57,7 @@ , write: function(name, ms) { var test = document.createElement('div') test.className = 'test' - test.innerHTML = 'Compleded "' + name + '" in ' + ms + 'ms' + test.innerHTML = 'Compleded ' + name + ' in ' + ms + 'ms' this.pad().appendChild(test)