Skip to content

Commit

Permalink
fix: plot add missing script file
Browse files Browse the repository at this point in the history
  • Loading branch information
karatakis committed Nov 6, 2024
1 parent 815b0d5 commit 4f445d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jobs:
Apollo ${{ fromJson(needs.read.outputs.result).rps.small_apollo_router }} ${{ fromJson(needs.read.outputs.result).rps.medium_apollo_router }} ${{ fromJson(needs.read.outputs.result).rps.big_apollo_router }}
EOF
- name: Create RPS basic plot
run: gnuplot -e "file_name='files/rps_default.png'; title_text='RPS Default'"
run: gnuplot -e "file_name='files/rps_default.png'; title_text='RPS Default'" plot_script.gp
- name: Cleanup files
run: |
rm "results.md"
Expand Down

0 comments on commit 4f445d7

Please sign in to comment.