Remove use of deprecated API from benchmark

Add mapnik as possible contender
This commit is contained in:
Lovell Fuller
2016-11-07 18:53:54 +00:00
parent a7b024d4fa
commit 945706c2a4
4 changed files with 94 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ const gm = require('gm');
const assert = require('assert');
const Benchmark = require('benchmark');
const sharp = require('../../index');
const sharp = require('../../');
const fixtures = require('../fixtures');
sharp.cache(false);