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 @@ process.env.UV_THREADPOOL_SIZE = 64;
const assert = require('assert');
const async = require('async');
const sharp = require('../../index');
const sharp = require('../../');
const fixtures = require('../fixtures');
const width = 720;