Changeset a5e2786f for benchmark/Makefile.am
- Timestamp:
- Dec 22, 2024, 4:48:31 PM (13 months ago)
- Branches:
- master
- Children:
- 43299af
- Parents:
- 5a02308 (diff), 28c2c9d5 (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
-
benchmark/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
r5a02308 ra5e2786f 174 174 echo "array,attributes,empty,expression,io,monitor,operators,typeof" > $@ 175 175 +make TIME_FORMAT='%e,' PRINT_FORMAT='' compile-array.make >> $@ 176 echo "0," >> $@ 177 # +make TIME_FORMAT='%e,' PRINT_FORMAT='' compile-attributes.make >> $@ 176 +make TIME_FORMAT='%e,' PRINT_FORMAT='' compile-attributes.make >> $@ 178 177 +make TIME_FORMAT='%e,' PRINT_FORMAT='' compile-empty.make >> $@ 179 178 +make TIME_FORMAT='%e,' PRINT_FORMAT='' compile-expression.make >> $@
Note:
See TracChangeset
for help on using the changeset viewer.