Changeset d9f6d80 for benchmark


Ignore:
Timestamp:
Dec 20, 2024, 3:35:35 PM (9 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
9dc05782
Parents:
77148b0 (diff), 5251c6b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.am

    r77148b0 rd9f6d80  
    148148
    149149jenkins$(EXEEXT): cleancsv
     150        @echo 'If making benchmarks fails, look for error detail hiding in benchmark/foo.csv, where the last logged message is, "building foo.csv."'
    150151@DOifskipcompile@
    151152        @+make --silent compile.csv
     
    173174        echo "array,attributes,empty,expression,io,monitor,operators,typeof" > $@
    174175        +make TIME_FORMAT='%e,' PRINT_FORMAT='' compile-array.make >> $@
    175         +make TIME_FORMAT='%e,' PRINT_FORMAT='' compile-attributes.make >> $@
     176        echo "0," >> $@
     177#       +make TIME_FORMAT='%e,' PRINT_FORMAT='' compile-attributes.make >> $@
    176178        +make TIME_FORMAT='%e,' PRINT_FORMAT='' compile-empty.make >> $@
    177179        +make TIME_FORMAT='%e,' PRINT_FORMAT='' compile-expression.make >> $@
Note: See TracChangeset for help on using the changeset viewer.