Skip to content

Commit 1da388c

Browse files
committed
.
1 parent db9ee4d commit 1da388c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/benchmark.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ jobs:
3434
github.event_name == 'workflow_dispatch'}}
3535
run: |
3636
tests/bench-aggregator.py
37-
- name: Store benchmark results
38-
if: ${{ steps.changed-files.outputs.any_changed == 'true' ||
39-
github.event_name == 'workflow_dispatch'}}
40-
uses: benchmark-action/github-action-benchmark@v1
41-
with:
42-
name: Benchmarks
43-
tool: 'customBiggerIsBetter'
44-
output-file-path: benchmark_output.json
45-
github-token: ${{ secrets.RV32EMU_BENCH_TOKEN }}
46-
gh-repository: 'github.com/sysprog21/rv32emu-bench'
47-
gh-pages-branch: 'master'
48-
auto-push: true
49-
comment-always: true
50-
benchmark-data-dir-path: .
37+
# - name: Store benchmark results
38+
# if: ${{ steps.changed-files.outputs.any_changed == 'true' ||
39+
# github.event_name == 'workflow_dispatch'}}
40+
# uses: benchmark-action/github-action-benchmark@v1
41+
# with:
42+
# name: Benchmarks
43+
# tool: 'customBiggerIsBetter'
44+
# output-file-path: benchmark_output.json
45+
# github-token: ${{ secrets.RV32EMU_BENCH_TOKEN }}
46+
# gh-repository: 'github.com/sysprog21/rv32emu-bench'
47+
# gh-pages-branch: 'master'
48+
# auto-push: true
49+
# comment-always: true
50+
# benchmark-data-dir-path: .

0 commit comments

Comments
 (0)