Changeset cdcd53dc
- Timestamp:
- May 10, 2019, 3:26:17 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:
- 1531ef5
- Parents:
- 36354b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r36354b1 rcdcd53dc 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.