Reduce benchmark files from 100 to 10

This commit is contained in:
drunkendog 2023-09-16 22:27:31 +01:00
parent 50f1aa14ba
commit 5ac7429775
1 changed files with 2 additions and 2 deletions

View File

@ -4,12 +4,12 @@ set -e
mkdir temp mkdir temp
cd temp cd temp
for i in {1..100} for i in {1..10}
do do
cp "../benchmark-program-1.c" "benchmark-program-1-${i}.c" cp "../benchmark-program-1.c" "benchmark-program-1-${i}.c"
done done
for i in {1..100} for i in {1..10}
do do
for _ in {1..10000} for _ in {1..10000}
do do