Changeset b05d79d


Ignore:
Timestamp:
Dec 20, 2024, 12:26:12 PM (9 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
d9162ec
Parents:
d3cf623
Message:

Try to get full build completing by disabling a data-collection substep.

In benchmarks/compile.csv, column 'attributes' is now showing hardcoded zero.

Also, add log comment to ease similar troubleshooting in the future.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.am

    rd3cf623 rb05d79d  
    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.