Commit 046d651
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: #7178
Reviewed-By: Trott - Rich Trott <rtrott@gmail.com>
Reviewed-By: orangemocha - Alexis Campailla <orangemocha@nodejs.org>1 parent 236491e commit 046d651Copy full SHA for 046d651
File tree
Expand file treeCollapse file tree
1 file changed
+6
-1
lines changedOpen diff view settings
Filter options
- benchmark/child_process
Expand file treeCollapse file tree
1 file changed
+6
-1
lines changedOpen diff view settings
Collapse file
benchmark/child_process/child-process-exec-stdout.js
Copy file name to clipboardExpand all lines: benchmark/child_process/child-process-exec-stdout.js+6-1Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
3 | 8 | |
4 | | - |
| 9 | + |
5 | 10 | |
6 | 11 | |
7 | 12 | |
|
0 commit comments