summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bench/runner.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/bench/runner.html b/bench/runner.html
index adb5e3d..719f385 100644
--- a/bench/runner.html
+++ b/bench/runner.html
@@ -41,10 +41,9 @@
<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-pathArrays.js"></script>
- <!--<script src="tests/10000-rects.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-paths.js"></script>
<script>
SVG.bench.run()
</script>