Add evaluation script, run script, csv data and first plots

This commit is contained in:
2024-02-06 09:35:04 +01:00
parent 7098d1801a
commit 3ac9954d32
42 changed files with 6725 additions and 36 deletions

View File

@ -11,8 +11,17 @@ julia -e 'using Pkg; Pkg.add("CSV"); Pkg.add("DataFrames"); Pkg.add("LIKWID"); P
echo "Benchmarking..."
for i in {1..16}
#
#for i in {1..20}
#do
# echo "$i Threads"
# julia --project --threads=$i examples/qed_bench.jl >> $LOG_FILE 2>&1 || echo "-- Something went wrong, check logs --"
#done
echo "Benchmarking Tape variant..."
for i in {1..20}
do
echo "$i Threads"
julia --project --threads=$i examples/qed_bench.jl >> $LOG_FILE 2>&1 || echo "-- Something went wrong, check logs --"
julia --project --threads=$i examples/qed_bench_tape.jl >> $LOG_FILE 2>&1 || echo "-- Something went wrong, check logs --"
done