Changeset 4ab0669
- Timestamp:
- May 10, 2019, 4:57:18 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 336d0b3
- Parents:
- 6d98a07 (diff), 1531ef5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Jenkinsfile ¶
r6d98a07 r4ab0669 439 439 } 440 440 441 def series = new_data ? [ ] : [[441 def series = new_data ? [[ 442 442 file: "${file}.csv", 443 443 exclusionValues: '', … … 445 445 inclusionFlag: 'OFF', 446 446 url: '' 447 ]] ;447 ]] : []; 448 448 449 449 echo "file is ${BuildDir}/benchmark/${file}.csv, group ${group}, title ${title}"
Note: See TracChangeset
for help on using the changeset viewer.