some events refacturing
This commit is contained in:
10
library/moment/benchmarks/clone.js
Normal file
10
library/moment/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(){},
|
||||
fn: function(){base.clone();},
|
||||
async: true
|
||||
};
|
||||
Reference in New Issue
Block a user