Changeset cefa6ca
- Timestamp:
- Apr 25, 2019, 12:36:38 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:
- 47bfefd
- Parents:
- 3c40dc2a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r3c40dc2a rcefa6ca 424 424 425 425 def do_plot(String file, String group, String title) { 426 dir("${BuildDir}/benchmark/") { 426 def data = readFile "${BuildDir}/benchmark/${file}.csv" 427 echo data 428 writeFile file: 'data.csv', text: data 429 427 430 plot csvFileName: "cforall-${env.BRANCH_NAME}-${file}.csv", 428 431 csvSeries: [[ 429 file: "${file}.csv",432 file: 'data.csv', 430 433 exclusionValues: '', 431 434 displayTableFlag: false,
Note: See TracChangeset
for help on using the changeset viewer.