UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

10 lines (7 loc) 318 B
var sig = require('./') , started = new Date() , iterations = process.argv[2] || 100000 for (var i = 0; i < iterations; i++) { sig({here: {we: {go: ['with', 'the', 'benchmark']}}, testing: [1, 2, 3, 4]}); } console.log('completed', iterations, 'iterations in', new Date().getTime() - started.getTime(), 'ms');