Changeset d9f2874


Ignore:
Timestamp:
Apr 23, 2019, 10:18:25 AM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
a2a0065
Parents:
d4510ea
Message:

Make jenkins now prints the csv after running

Location:
benchmark
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.am

    rd4510ea rd9f2874  
    104104        @+make mutex.csv
    105105        @+make signal.csv
     106@DOifskipcompile@
     107        @cat compile.csv
     108@DOendif@
     109        @cat ctxswitch.csv
     110        @cat mutex.csv
     111        @cat signal.csv
    106112
    107113compile.csv:
  • benchmark/Makefile.in

    rd4510ea rd9f2874  
    764764        @+make mutex.csv
    765765        @+make signal.csv
     766@DOifskipcompile@
     767        @cat compile.csv
     768@DOendif@
     769        @cat ctxswitch.csv
     770        @cat mutex.csv
     771        @cat signal.csv
    766772
    767773compile.csv:
Note: See TracChangeset for help on using the changeset viewer.