get time vs unary plus (v2)

Revision 2 of this benchmark created by dickey on


Setup

var now = new Date();

Test runner

Ready to run.

Testing in
TestOps/sec
getTime
var t = new Date().getTime();
ready
unary plus
var t = +new Date();
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.