+date vs getTime (v3)

Revision 3 of this benchmark created by HotSix on


Test runner

Ready to run.

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

Revisions

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