diff --git a/test/index.html b/test/index.html
index d931c88..983098b 100644
--- a/test/index.html
+++ b/test/index.html
@@ -82,6 +82,7 @@
if (file) {
const reader = new FileReader();
reader.onload = function(e) {
+ startTime=Date.now();
const buffer = base64ToArrayBuffer(e.target.result.split(",")[1]);
const targetWidth = document.getElementById("width").value;
const targetHeight = document.getElementById("height").value;