Skip to content

Commit

Permalink
BF for testprogs testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienRietteMTO committed Oct 14, 2024
1 parent ac12669 commit dc0be8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,12 @@ if [ ${force} -eq 1 -o $(get_statuses "${SHA}" | grep -w "${context}" | wc -l) -
comparison='-C'
jsonfile="src/${model}/${model}_version.json"
docmp=0
elif [ "${model}" == 'testprogs' ]; then
compilation='-p -c'
execution="-r $perfopt"
comparison='-C --computeRefIfNeeded'
jsonfile="src/offline/${model}_version.json"
docmp=1
else
compilation='-p -c'
execution="-r $perfopt"
Expand Down

0 comments on commit dc0be8a

Please sign in to comment.