node/benchmark/child_process
Bartosz Sosnowski 882f8b3d6c benchmark: use 'yes' instead of echo in a loop
This changes child-process-exec-stdout benchmark to use 'yes' instead
of echo in a while loop. This makes this benchmark consistent with
child-process-read which already uses `yes` and allows this benchmark
to be executed on Windows.

Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: https://github.com/nodejs/node/pull/8721
2016-10-11 12:30:21 -04:00
..
child-process-exec-stdout.js benchmark: use 'yes' instead of echo in a loop 2016-10-11 12:30:21 -04:00
child-process-read-ipc.js lib,benchmark,test: implement consistent braces 2016-07-15 08:16:47 -05:00
child-process-read.js benchmark: fix child-process-read on Windows 2016-06-15 18:12:10 -05:00
spawn-echo.js