Changes in / [5beb6cd:cf97ccb]
- File:
-
- 1 edited
-
Jenkinsfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r5beb6cd rcf97ccb 80 80 make_doc() 81 81 } 82 }83 84 def benchmark() {85 stage 'Benchmark'86 87 status_prefix = 'Documentation'88 89 sh 'make -C src/benchmark csv-data >> ~cforall/public_html/perf-history/concurrency.csv'90 82 } 91 83 … … 191 183 doc_build() 192 184 193 //Run benchmark and save result194 benchmark()195 196 185 if( bIsFullBuild ) { 197 186 //Compile using gcc-5
Note:
See TracChangeset
for help on using the changeset viewer.