UNPKG

autocannon

Version:

Fast HTTP benchmarking tool written in Node.js

12 lines (9 loc) 165 B
'use strict' function format (num) { if (num < 1000) { return '' + num } else { return '' + Math.round(num / 1000) + 'k' } } module.exports = format