Add evaluation script, run script, csv data and first plots
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user