Skip to content

Commit

Permalink
update bench workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-x-c committed Jul 11, 2024
1 parent 3439113 commit 49a6d45
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: AgentScope Benchmark

on: [push, pull_request]

permissions:
contents: write

jobs:
bench:
Expand Down Expand Up @@ -35,11 +36,6 @@ jobs:
with:
name: Python Benchmark with pytest-benchmark
tool: 'pytest'
gh-pages-branch: gh-bench-pages
output-file-path: examples/distributed_simulation/output.json
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true
# Show alert with commit comment on detecting possible performance regression
alert-threshold: '150%'
comment-on-alert: true
alert-comment-cc-users: '@pan-x-c'
auto-push: false

0 comments on commit 49a6d45

Please sign in to comment.