UNPKG

autocannon

Version:

Fast HTTP benchmarking tool written in Node.js

10 lines (7 loc) 142 B
'use strict' const autocannon = require('.') autocannon({ url: 'http://localhost:3000', connections: 10, duration: 10 }, console.log)