more sophisticated runtime measurement
store more information, might be relevant in the future
This commit is contained in:
parent
a809650a07
commit
090fb44f81
|
@ -209,7 +209,7 @@ SpectralRuntime:
|
|||
- cd $LOCAL_HOME/performance # location of old results
|
||||
- git checkout . # undo any changes (i.e. run time data from non-development branch)
|
||||
- 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:
|
||||
- master
|
||||
- release
|
||||
|
|
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
|||
Subproject commit b14d0c0bc022088ea81c7c1ea4d5252b0ca527e0
|
||||
Subproject commit 7276083d38816c4cfc336b7597aace3f447273dd
|
Loading…
Reference in New Issue