Changeset b3e9729


Ignore:
Timestamp:
Feb 22, 2017, 3:32:53 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Fixed curl output and benchmark output

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r6599085 rb3e9729  
    166166
    167167def 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'
    169169        return
    170170}
     
    313313
    314314                //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'
    316316}
    317317
  • src/benchmark/csv-data.c

    r6599085 rb3e9729  
    8484int main()
    8585{
    86         sout | measure_coroutine() | ',' | measure_thread() | endl;
     86        sout | time(NULL) | ',' | measure_coroutine() | ',' | measure_thread() | endl;
    8787}
Note: See TracChangeset for help on using the changeset viewer.