summaryrefslogtreecommitdiffstats
path: root/bench/runner.html
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2016-08-06 09:31:44 +0200
committerwout <wout@impinc.co.uk>2016-08-06 09:31:44 +0200
commitd59532cd05f9c414c48e5e19c1c4ac050e187e43 (patch)
tree883b0f99308473bb5496472ba6e7bef0a08144e7 /bench/runner.html
parent0e23fcd9ef56f369763505dbb22c3f5ab23a0b17 (diff)
downloadsvg.js-d59532cd05f9c414c48e5e19c1c4ac050e187e43.tar.gz
svg.js-d59532cd05f9c414c48e5e19c1c4ac050e187e43.zip
Updated benchmarking system
Diffstat (limited to 'bench/runner.html')
-rw-r--r--bench/runner.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/bench/runner.html b/bench/runner.html
index c24cc8b..9fdc898 100644
--- a/bench/runner.html
+++ b/bench/runner.html
@@ -22,6 +22,15 @@
span.ms {
color: #FF0066;
}
+ h1 {
+ font-size: 1.2em;
+ }
+ .test {
+ text-indent: 1em;
+ }
+ .skipped {
+ color: #FBCB72;
+ }
</style>
</head>
<body>
@@ -30,7 +39,8 @@
<script src="../dist/svg.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/snap.svg/0.4.1/snap.svg.js"></script>
<script src="svg.bench.js"></script>
- <script src="tests/element-creation.js"></script>
+ <script src="tests/10000-rects.js"></script>
+ <script src="tests/10000-circles.js"></script>
<script>
SVG.bench.run()
</script>