summaryrefslogtreecommitdiffstats
path: root/bench/tests/10000-paths.js
diff options
context:
space:
mode:
Diffstat (limited to 'bench/tests/10000-paths.js')
-rw-r--r--bench/tests/10000-paths.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/tests/10000-paths.js b/bench/tests/10000-paths.js
index 378cb29..cdf1d22 100644
--- a/bench/tests/10000-paths.js
+++ b/bench/tests/10000-paths.js
@@ -1,7 +1,7 @@
SVG.bench.describe('Generate 10000 paths', function(bench) {
var data = 'M 100 200 C 200 100 300 0 400 100 C 500 200 600 300 700 200 C 800 100 900 100 900 100'
- bench.test('using SVG.js v2.4.0', function() {
+ bench.test('using SVG.js v2.5.3', function() {
for (var i = 0; i < 10000; i++)
bench.draw.path(data)
})