+date vs getTime vs now (v5)

Revision 5 of this benchmark created by Kennedy Yu on


Test runner

Ready to run.

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

Revisions

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