diff --git a/action.yml b/action.yml index d755f62..564204b 100644 --- a/action.yml +++ b/action.yml @@ -37,6 +37,10 @@ inputs: brillig_report_bytes: description: States whether the Brillig report is done with bytecode sizes rather than opcodes. default: false + memory_report: + description: States whether we want to generate a report of memory usage. + default: false + required: false # sortCriteria: # description: The list of criteria to order diff rows by in the report (name | min | avg | median | max | calls), separated by a comma. Must have the same length as sortOrders. # required: false