Skip to content

Commit

Permalink
Update run-benchmark.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg authored Sep 13, 2023
1 parent f0fcc1d commit a2e7448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cd ..

for SF in ${SFS[@]}; do
echo "### Running scoring script on Umbra for SF${SF} started"
scripts/score-full.sh umbra ${SF} | tee umbra/logs/scoring-umbra-sf${SF}.log
scripts/score-full.sh umbra ${SF} | tee scoring/scoring-umbra-sf${SF}.log
echo "### Running scoring script on Umbra for SF${SF} finished"
done

Expand Down

0 comments on commit a2e7448

Please sign in to comment.