Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
smiasojed committed Jan 10, 2024
1 parent 91cdae0 commit 821c0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
- name: Generate graph
run: |
cd stats
./get_graph.sh --panel-id=2 --csv-data=${{ env.BENCHMARK_DIR }}/${{ env.BENCHMARK_FILE }} --output=${{ env.BENCHMARK_DIR }}/tps.png
./get_graph.sh --panel-id=2 --csv-data=../${{ env.BENCHMARK_DIR }}/${{ env.BENCHMARK_FILE }} --output=../${{ env.BENCHMARK_DIR }}/tps.png
- name: Commit benchmark stats
run: |
Expand Down

0 comments on commit 821c0c9

Please sign in to comment.