node/benchmark/child_process
Rich Trott a1a54ca3f1 benchmark: terminate child process on Windows
test-benchmark-child-process failures reveal that
child-process-exec-stdout benchmark sometimes leaves around a stray
yes.exe process. Add code to terminate the process.

PR-URL: https://github.com/nodejs/node/pull/12658
Ref: https://github.com/nodejs/node/issues/12560
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-04-28 16:18:35 -07:00
..
child-process-exec-stdout.js benchmark: terminate child process on Windows 2017-04-28 16:18:35 -07:00
child-process-params.js child_process: fix deoptimizing use of arguments 2017-03-01 10:24:03 -05:00
child-process-read-ipc.js benchmark: cleanup child_process IPC benchmark 2017-01-16 06:42:24 +01:00
child-process-read.js benchmark: replace more [].join() with ''.repeat() 2017-04-13 00:31:25 +03:00
spawn-echo.js test: add test for child_process benchmark 2017-04-19 22:58:26 +08:00