Changeset b3e9729
- Timestamp:
- Feb 22, 2017, 3:32:53 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:
- 8fa3c7e6
- Parents:
- 6599085
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r6599085 rb3e9729 166 166 167 167 def notify_server() { 168 sh 'curl - X POST http://plg2:8082/jenkins/notify > /dev/null'168 sh 'curl --silent -X POST http://plg2:8082/jenkins/notify > /dev/null' 169 169 return 170 170 } … … 313 313 314 314 //Then publish the results 315 sh 'curl -- data @bench.csv http://plg2:8082/jenkins/publish'315 sh 'curl --silent --data @bench.csv http://plg2:8082/jenkins/publish > /dev/null' 316 316 } 317 317 -
src/benchmark/csv-data.c
r6599085 rb3e9729 84 84 int main() 85 85 { 86 sout | measure_coroutine() | ',' | measure_thread() | endl;86 sout | time(NULL) | ',' | measure_coroutine() | ',' | measure_thread() | endl; 87 87 }
Note: See TracChangeset
for help on using the changeset viewer.