summaryrefslogtreecommitdiffstats
path: root/bench/runner.html
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-01 16:59:51 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-01 16:59:51 +0100
commitc40d7ffdfb95cb4db067463bb9259644aacbb876 (patch)
treee6f6c960c747dc90c2dea4b161f8a085894af67f /bench/runner.html
parentac84c9be8051567cfcb28ccd7ea2652524bb8a6f (diff)
downloadsvg.js-c40d7ffdfb95cb4db067463bb9259644aacbb876.tar.gz
svg.js-c40d7ffdfb95cb4db067463bb9259644aacbb876.zip
fix a few mistakes. Make sugar work. Roll back to childNodes because children is 10x slower
Diffstat (limited to 'bench/runner.html')
-rw-r--r--bench/runner.html15
1 files changed, 4 insertions, 11 deletions
diff --git a/bench/runner.html b/bench/runner.html
index b39c1df..5b6040c 100644
--- a/bench/runner.html
+++ b/bench/runner.html
@@ -38,23 +38,16 @@
<div id="draw"></div>
<svg id="native" width="100" height="100" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs"></svg>
<script src="../dist/svg.js"></script>
- <script type="text/javascript" src="../src/helpers.js"></script>
- <script type="text/javascript" src="../src/transform.js"></script>
- <script type="text/javascript" src="../src/matrix.js"></script>
- <script type="text/javascript" src="../src/morph.js"></script>
- <script type="text/javascript" src="../src/runner.js"></script>
- <script type="text/javascript" src="../src/timeline.js"></script>
- <script type="text/javascript" src="../src/controller.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/snap.svg/0.5.1/snap.svg-min.js"></script>
<script src="svg.bench.js"></script>
<!--<script src="tests/10000-each.js"></script> -->
- <!-- <script src="tests/10000-rects.js"></script>
- <script src="tests/10000-circles.js"></script>
+ <script src="tests/10000-rects.js"></script>
+ <!-- <script src="tests/10000-circles.js"></script>
<script src="tests/10000-paths.js"></script>
<script src="tests/10000-boxes.js"></script>
<script src="tests/10000-pointArray-bbox.js"></script>
- <script src="tests/10000-accesses.js"></script> -->
- <script src="tests/10000-transform.js"></script>
+ <script src="tests/10000-accesses.js"></script>
+ <script src="tests/10000-transform.js"></script> -->
<script>
SVG.bench.run()
</script>