aboutsummaryrefslogtreecommitdiffstats
path: root/bench/runner.html
diff options
context:
space:
mode:
Diffstat (limited to 'bench/runner.html')
-rw-r--r--bench/runner.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/bench/runner.html b/bench/runner.html
index 965a884..6d1bed2 100644
--- a/bench/runner.html
+++ b/bench/runner.html
@@ -41,13 +41,14 @@
<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-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-pointArray-bbox.js"></script> -->
+ <script src="tests/10000-accesses.js"></script>
<script>
SVG.bench.run()
</script>
</body>
-</html> \ No newline at end of file
+</html>