update v1.0.5.1
This commit is contained in:
10
public/lb-faveo/plugins/moment-develop/benchmarks/clone.js
Normal file
10
public/lb-faveo/plugins/moment-develop/benchmarks/clone.js
Normal file
@@ -0,0 +1,10 @@
|
||||
var Benchmark = require('benchmark'),
|
||||
moment = require("./../moment.js"),
|
||||
base = moment('2013-05-25');
|
||||
|
||||
module.exports = {
|
||||
name: 'clone',
|
||||
onComplete: function(){console.log('done');},
|
||||
fn: function(){base.clone();},
|
||||
async: true
|
||||
};
|
Reference in New Issue
Block a user