Date.now vs Date.getTime

Benchmark created on


Test runner

Ready to run.

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

Revisions

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