node/benchmark/child_process
Bartosz Sosnowski 046d651118 benchmark: fix child-process-exec-stdout on win
This benchmark fails on Windows when trying to execute command which
is more than 32k in size. This commits skips this one case when running
under Windows.

PR-URL: https://github.com/nodejs/node/pull/7178
Reviewed-By: Trott - Rich Trott <rtrott@gmail.com>
Reviewed-By: orangemocha - Alexis Campailla <orangemocha@nodejs.org>
2016-07-14 12:45:24 -07:00
..
child-process-exec-stdout.js benchmark: fix child-process-exec-stdout on win 2016-07-14 12:45:24 -07:00
child-process-read.js child_process: measure buffer length in bytes 2016-07-14 12:44:48 -07:00
spawn-echo.js