We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee4059 commit 74b4015Copy full SHA for 74b4015
.github/actions/run-benchmarks/action.yml
@@ -95,6 +95,7 @@ runs:
95
target=lf-${{ inputs.target }} \
96
size=fast \
97
++target.params.scheduler=${{ inputs.scheduler }} \
98
+ ++stacktrace=True \
99
threads=${{ inputs.num-workers }} \
100
| tee >(grep "\[ERROR\]" >> ${{ inputs.errors-file }})
101
echo "::set-output name=output-file::$EXISTING_FILE"
0 commit comments