Revert "Add rotate user timing"

This reverts commit 887db675c8.
This commit is contained in:
Surma
2019-01-23 14:06:24 -05:00
parent 507921cbe8
commit c97aac31c6
2 changed files with 49 additions and 34 deletions

View File

@@ -28,11 +28,7 @@ async function rotate(
'../rotate/processor',
);
performance.mark('rotate-start');
const r = rotate(data, opts);
performance.mark('rotate-end');
performance.measure('rotate', 'rotate-start', 'rotate-end');
return r;
return rotate(data, opts);
}
async function optiPngEncode(