|
@@ -286,7 +286,7 @@ describe("TerminalProcess with Real Command Output", () => {
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
console.log(
|
|
console.log(
|
|
|
- `'base64 < /dev/zero | head -n ${TEST_LINES}' execution time: ${executionTimeUs} microseconds (${executionTimeUs / 1000} milliseconds)`,
|
|
|
|
|
|
|
+ `'yes "${"A".repeat(76)}" | head -n ${TEST_LINES}' execution time: ${executionTimeUs} microseconds (${executionTimeUs / 1000} milliseconds)`,
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
// Display a truncated output sample (first 3 lines and last 3 lines)
|
|
// Display a truncated output sample (first 3 lines and last 3 lines)
|