All Downloads are FREE. Search and download functionalities are using the official Maven repository.

www.reboot.components.bower_components.moment.benchmarks.clone.js Maven / Gradle / Ivy

There is a newer version: 0.1.20
Show newest version
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
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy