string vs number (v2)

Revision 2 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
number
new Date(1707397634833);
ready
iso string
new Date('2024-02-08T13:07:30.474Z');
ready
string
new Date('Thu Feb 08 2024 14:08:49 GMT+0100 (Central European Standard Time)')
ready
gmt string
new Date('Thu, 08 Feb 2024 13:09:33 GMT')
ready

Revisions

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