UNPKG

wrk-node

Version:
25 lines (19 loc) 303 B
'use strict'; module.exports = { 'request' : { 'path' : '/api/v1/legacy/states', 'method' : 'GET', 'body' : {'tall' : 'tail'} }, 'customHeaders' : {}, 'options' : { 'duration' : '10s', 'threads' : 3, 'connections' : 10 }, 'threshold' : { 'reqRate' : { 'min' : 20 } } };