File tree 1 file changed +0
-22
lines changed
1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -11,28 +11,6 @@ permissions:
11
11
contents : write
12
12
13
13
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
-
36
14
bench-sozo :
37
15
runs-on : ubuntu-latest
38
16
container :
You can’t perform that action at this time.
0 commit comments