UNPKG

autocannon

Version:

Fast HTTP benchmarking tool written in Node.js

8 lines (6 loc) 167 B
'use strict' module.exports = (status, body, context) => { if (status === 200) { context.user = JSON.parse(body) } // on error, you may abort the benchmark }