new Date().getTime() vs +new Date (v25)

Revision 25 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
new Date().getTime()
new Date(2014, 03, 29, 16).getTime()
ready
+new Date()
+new Date(2014, 03, 29, 16)
ready

Revisions

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