more sophisticated runtime measurement

store more information, might be relevant in the future
This commit is contained in:
Martin Diehl 2021-08-31 08:24:14 +02:00
parent a809650a07
commit 090fb44f81
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ SpectralRuntime:
- cd $LOCAL_HOME/performance # location of old results - cd $LOCAL_HOME/performance # location of old results
- git checkout . # undo any changes (i.e. run time data from non-development branch) - git checkout . # undo any changes (i.e. run time data from non-development branch)
- cd $DAMASKROOT/PRIVATE/testing - cd $DAMASKROOT/PRIVATE/testing
- ./runtime.py --results $LOCAL_HOME/performance --damask_root $DAMASKROOT - ./runtime.py --results ${LOCAL_HOME}/performance --damask_root ${DAMASKROOT} --tag ${CI_COMMIT_SHA}
except: except:
- master - master
- release - release

@ -1 +1 @@
Subproject commit b14d0c0bc022088ea81c7c1ea4d5252b0ca527e0 Subproject commit 7276083d38816c4cfc336b7597aace3f447273dd