Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jan 28, 2025
1 parent e3475bd commit 1156b9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,11 @@ jobs:
MODE="^"
fi
fi
if [[ -n "${{ inputs.environment }}" ]]; then
if [[ "${{ inputs.target-machine }}" == "evm" ]] && [[ -n "${{ inputs.environment }}" ]]; then
ENVIRONMENT="--environment ${{ inputs.environment }}"
fi
# Set mode to Y+ for evm ir-llvm due to hanging issues
if [[ "${{ inputs.target-machine }}" == "evm" ]] && [[ "${{ inputs.toolchain }}" == "ir-llvm" ]]; then
MODE="Y+M^B3"
fi
Expand Down

0 comments on commit 1156b9b

Please sign in to comment.