Execute multiple shell scripts that intentionally generate a lot of output such as find . or synthetic ones that echo 5,000,000 lines.
Critical things here are to test the memory usage and time to execute the shell script. We should be similar in performance to the VSCode terminal not 10X slower.
Execute multiple shell scripts that intentionally generate a lot of output such as
find .or synthetic ones that echo 5,000,000 lines.Critical things here are to test the memory usage and time to execute the shell script. We should be similar in performance to the VSCode terminal not 10X slower.