mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Remove use of deprecated API from benchmark
Add mapnik as possible contender
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user