Skip to content

Commit 39f0244

Browse files
Merge pull request #848 from klensy/fix-order-2
fix timings order across browsers: 2
2 parents 6b1fa99 + 5e67d28 commit 39f0244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/static/compare.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ <h3>Cache states</h3>
343343
return 1;
344344
}
345345
else{
346-
return 0;
346+
return -1;
347347
}
348348
}
349349
});

0 commit comments

Comments
 (0)