Skip to content

Commit 6b77901

Browse files
glihmkariy
authored andcommitted
fix(ci): remove katana bench
1 parent 8c48c42 commit 6b77901

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/bench.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,6 @@ permissions:
1111
contents: write
1212

1313
jobs:
14-
bench-katana:
15-
runs-on: ubuntu-latest
16-
container:
17-
image: ghcr.io/dojoengine/dojo-dev:v1.4.2
18-
steps:
19-
- uses: actions/checkout@v3
20-
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
21-
- name: Running Katana benchmarks
22-
run: cargo bench --bench codec --bench execution --bench concurrent --bench startup -- --output-format bencher |sed 1d | tee output.txt
23-
- uses: benchmark-action/github-action-benchmark@v1
24-
with:
25-
tool: "cargo"
26-
output-file-path: output.txt
27-
benchmark-data-dir-path: "."
28-
# Access token to deploy GitHub Pages branch
29-
github-token: ${{ secrets.GITHUB_TOKEN }}
30-
# Push and deploy GitHub pages branch automatically
31-
auto-push: true
32-
alert-threshold: "130%"
33-
comment-on-alert: true
34-
alert-comment-cc-users: "@kariy,@glihm,@tarrencev"
35-
3614
bench-sozo:
3715
runs-on: ubuntu-latest
3816
container:

0 commit comments

Comments
 (0)