summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorNoobie99 <noob999noob999@gmail.com>2023-11-22 12:20:34 +0100
committerNoobie99 <noob999noob999@gmail.com>2023-11-22 12:20:34 +0100
commit72172d9c91afd418204caf0ca559225a608b8df1 (patch)
tree92bca38d2629270f6a040279f784c2bf0ea616a6 /other
parente5c8b1f433cad341b2c8f02fa444604b20fe694d (diff)
fix + pdf
Diffstat (limited to 'other')
-rw-r--r--other/stress.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/stress.sh b/other/stress.sh
index 657b173..39424ce 100644
--- a/other/stress.sh
+++ b/other/stress.sh
@@ -2,6 +2,6 @@ for i in {1..1000}; do
printf "\r$i"
python3 gen.py > input # generate test with gen.py
./a.out < input > out # execute ./a.out
- ./b.out < input > out2 # execute ./a2.out
+ ./b.out < input > out2 # execute ./b.out
diff out out2 || break
done