Changeset b05d79d
- Timestamp:
- Dec 20, 2024, 12:26:12 PM (9 months ago)
- Branches:
- master
- Children:
- d9162ec
- Parents:
- d3cf623
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
rd3cf623 rb05d79d 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.