diff options
author | wout <wout@impinc.co.uk> | 2016-08-06 09:31:44 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2016-08-06 09:31:44 +0200 |
commit | d59532cd05f9c414c48e5e19c1c4ac050e187e43 (patch) | |
tree | 883b0f99308473bb5496472ba6e7bef0a08144e7 /bench/runner.html | |
parent | 0e23fcd9ef56f369763505dbb22c3f5ab23a0b17 (diff) | |
download | svg.js-d59532cd05f9c414c48e5e19c1c4ac050e187e43.tar.gz svg.js-d59532cd05f9c414c48e5e19c1c4ac050e187e43.zip |
Updated benchmarking system
Diffstat (limited to 'bench/runner.html')
-rw-r--r-- | bench/runner.html | 12 |
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> |