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 fd67eee commit 5b25beeCopy full SHA for 5b25bee
.github/workflows/benchmarks.yml
@@ -42,7 +42,12 @@ jobs:
42
with:
43
name: TrustyAI continuous benchmarks
44
tool: 'pytest'
45
+ output-file-path: tests/benchmarks/results.json
46
+ github-token: ${{ secrets.GITHUB_TOKEN }}
47
auto-push: false
48
+ alert-threshold: '200%'
49
+ comment-on-alert: true
50
+ save-data-file: false
51
comment-always: true
52
fail-on-alert: false
53
alert-comment-cc-users: '@ruivieira'
0 commit comments