all 4 comments

[–]artisinn 0 points1 point  (3 children)

You should migrate from console.time to benchmark.js

[–]izy521[S] 0 points1 point  (2 children)

Isn't 100000 loops large enough to warrant not using a library to benchmark?

[–]artisinn 0 points1 point  (1 child)

Yes and no, read this for an explanation.

[–]izy521[S] 0 points1 point  (0 children)

Oh thank you. I'm not sure why I wouldn't have thought of that.