mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 05:36:18 +01:00
From here on in, this module will be using the bleeding edge version of libvips. Why? It just keeps getting faster.
This commit is contained in:
@@ -115,7 +115,8 @@ async.series({
|
||||
}).run();
|
||||
}
|
||||
}, function(err, results) {
|
||||
results.forEach(function(format, fastest) {
|
||||
assert(fastest === "sharp", "sharp was slower than " + fastest + " for " + format);
|
||||
assert(!err, err);
|
||||
Object.keys(results).forEach(function(format) {
|
||||
assert(results[format] == "sharp", "sharp was slower than " + results[format] + " for " + format);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user