UNPKG

insight-ui

Version:

An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the bitcoin network and build your own services with it.

11 lines (9 loc) 246 B
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 };