update v1.0.5.1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
var Benchmark = require('benchmark'),
|
||||
moment = require('./../moment.js'),
|
||||
base = new Date();
|
||||
|
||||
module.exports = {
|
||||
name: 'fromDateUtc',
|
||||
onComplete: function(){console.log('done');},
|
||||
fn: function(){
|
||||
moment.utc(base);
|
||||
},
|
||||
async: true
|
||||
};
|
Reference in New Issue
Block a user