Reduce benchmark files from 100 to 10
Tests / Run-Tests (push) Successful in 6s Details
Benchmarks / Run-Benchmarks (push) Failing after 1m28s Details

multiline-output
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
cd temp
for i in {1..100}
for i in {1..10}
do
cp "../benchmark-program-1.c" "benchmark-program-1-${i}.c"
done
for i in {1..100}
for i in {1..10}
do
for _ in {1..10000}
do