Home
last modified time | relevance | path

Searched refs:runAb (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-http-full-response.js41 function runAb(opts, callback) { function
69 runAb('-c 1 -n 10', common.mustCall(function() {
72 runAb('-c 1 -n 100', common.mustCall(function() {
75 runAb('-c 1 -n 1000', common.mustCall(function() {
/third_party/node/test/pummel/
Dtest-keep-alive.js50 const runAb = (opts, callback) => { function
97 runAb({ keepalive: true, port: port }, (reqSec) => {
100 runAb({ keepalive: false, port: port }, (reqSec) => {