Changeset f9fa306
- Timestamp:
- Feb 16, 2017, 2:53:52 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- f31cb3e
- Parents:
- 8a7db7c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r8a7db7c rf9fa306 194 194 195 195 //Write the commit id to Benchmark 196 writeFile file: 'bench.csv', text:'data=' + env.CHANGE_ID+ ','196 writeFile file: 'bench.csv', text:'data=' + gitRefNewValue + ',' 197 197 198 198 //Append bench results 199 sh 'make -C src/benchmark csv-data >> bench.csv'199 sh 'make -C src/benchmark --no-print-directory csv-data >> bench.csv' 200 200 201 201 //Then publish the results
Note: See TracChangeset
for help on using the changeset viewer.