Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 74b4015

Browse files
committedJul 18, 2022
Disable stack trace by default.
1 parent aee4059 commit 74b4015

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/actions/run-benchmarks/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ runs:
9595
target=lf-${{ inputs.target }} \
9696
size=fast \
9797
++target.params.scheduler=${{ inputs.scheduler }} \
98+
++stacktrace=True \
9899
threads=${{ inputs.num-workers }} \
99100
| tee >(grep "\[ERROR\]" >> ${{ inputs.errors-file }})
100101
echo "::set-output name=output-file::$EXISTING_FILE"

0 commit comments

Comments
 (0)
Please sign in to comment.