blah

Benchmark created by bbq on


Preparation HTML

<script src="http://momentjs.com/downloads/moment.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
using regex
var x = moment(moment().utcOffset(accountTimezoneOffset).format("YYYY-MM-DDTHH:mm:ssZ").replace(/T\d\d:\d\d:\d\d/,'T00:00:00'))
ready
using startof
var x = moment(moment().utcOffset(accountTimezoneOffset).startOf('day').format("YYYY-MM-DDTHH"))
ready

Revisions

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