Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/benchmarks/local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ function benchmark_contract {
local pipeline="$1"
local input_path="$2"

local input_file
input_file=$(basename "$input_path")

local solc_command=("${solc}" --optimize --bin --color "${input_path}")
[[ $pipeline == ir ]] && solc_command+=(--via-ir)
local time_file="${output_dir}/time-and-status-${pipeline}.txt"
Expand Down