Skip to content

Commit

Permalink
fixed figure naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Berke-Ates committed Nov 29, 2022
1 parent 5619fc2 commit 14d21b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/snippets/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ for benchmark in $benchmarks; do
fig_num=2
fi

if [[ "$bname" == "memory" ]]; then
if [[ "$bname" == "mem_line" ]]; then
fig_num=8
fi

if [[ "$bname" == "congrad_multi_field" ]]; then
fig_num=9
fi

if [[ "$bname" == "mem_line" ]]; then
if [[ "$bname" == "memory" ]]; then
fig_num=10
fi

Expand Down

0 comments on commit 14d21b2

Please sign in to comment.