Skip to content

Commit

Permalink
Disable stack trace by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed Jul 18, 2022
1 parent aee4059 commit 74b4015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/run-benchmarks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ runs:
target=lf-${{ inputs.target }} \
size=fast \
++target.params.scheduler=${{ inputs.scheduler }} \
++stacktrace=True \
threads=${{ inputs.num-workers }} \
| tee >(grep "\[ERROR\]" >> ${{ inputs.errors-file }})
echo "::set-output name=output-file::$EXISTING_FILE"
Expand Down

0 comments on commit 74b4015

Please sign in to comment.