You left Decker running for 24.8 days?
EDIT: Wait, no, I see what’s going on.
Native Decker computes sys.ms as a float, Web Decker takes a float from the browser and truncates it into a 32-bit integer.
I guess it shouldn’t matter if you’re using sys.ms for performance timing (duration:sys.ms - start) but it does make problems if you’re trying to divide the clock with a modulus operator.
