Skip to content

Commit

Permalink
fix: benchmark-publish job (github action)
Browse files Browse the repository at this point in the history
  • Loading branch information
Imod7 committed Jan 31, 2025
1 parent fd7d7b7 commit 6c9fb81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ jobs:
name: benchmarks
path: artifacts

- name: Modify benches result for benhcmark action
- name: Make script executable
run: chmod +x ./scripts/ci/benchmarks/generate_benchmark_result.sh

- name: Modify benches result for benchmark action
run: ./scripts/ci/benchmarks/generate_benchmark_result.sh artifacts/benchmarks.txt > artifacts/benchmarks.json

- name: Store benchmark result
Expand Down

0 comments on commit 6c9fb81

Please sign in to comment.