Skip to content

Instantly share code, notes, and snippets.

@KunalSin9h
Created September 11, 2022 03:13
Show Gist options
  • Save KunalSin9h/b7048e0d9d2a5a5e7f9a0a20f94d85e3 to your computer and use it in GitHub Desktop.
Save KunalSin9h/b7048e0d9d2a5a5e7f9a0a20f94d85e3 to your computer and use it in GitHub Desktop.
Windows batch file for stress testing.
@echo off
gen > in
slow < in > slow_out
fast < in > fast_out
fc slow_out fast_out
if errorlevel 1 exit
test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment