0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/benchmark/child_process
Bartosz Sosnowski d5bc52aa2e 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-09-26 17:23:50 +02:00
..
child-process-exec-stdout.js benchmark: use 'yes' instead of echo in a loop 2016-09-26 17:23:50 +02:00
child-process-read-ipc.js lib,benchmark,test: implement consistent braces 2016-07-12 10:33:29 -07:00
child-process-read.js
spawn-echo.js