Skip to content

Commit

Permalink
add brillig_report_bytes flag to action
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Sep 25, 2024
1 parent 8da4b0f commit ef8aaf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ inputs:
brillig_report:
description: States whether we want to generate a report of ACIR opcodes or Brillig opcodes.
default: false
brillig_report_bytes:
description: States whether the Brillig report is done with bytecode sizes rather than opcodes.
default: 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
Expand Down

0 comments on commit ef8aaf4

Please sign in to comment.