Lines Matching refs:executable
16 this.executable =
18 const result = child_process.spawnSync(this.executable, ['-h']);
34 const child = child_process.spawn(this.executable, args);
55 this.executable = 'wrk';
56 const result = child_process.spawnSync(this.executable, ['-h']);
74 const child = child_process.spawn(this.executable, args);
98 this.executable = path.resolve(__dirname, '_test-double-benchmarker.js');
99 this.present = fs.existsSync(this.executable);
112 const child = child_process.fork(this.executable,
135 this.executable = 'h2load';
136 const result = child_process.spawnSync(this.executable, ['-h']);
171 const child = child_process.spawn(this.executable, args);