- Timestamp:
- Dec 20, 2024, 3:35:35 PM (9 months ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
r77148b0 rd9f6d80 148 148 149 149 jenkins$(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."' 150 151 @DOifskipcompile@ 151 152 @+make --silent compile.csv … … 173 174 echo "array,attributes,empty,expression,io,monitor,operators,typeof" > $@ 174 175 +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 >> $@ 176 178 +make TIME_FORMAT='%e,' PRINT_FORMAT='' compile-empty.make >> $@ 177 179 +make TIME_FORMAT='%e,' PRINT_FORMAT='' compile-expression.make >> $@
Note:
See TracChangeset
for help on using the changeset viewer.