Skip to content

Commit

Permalink
fix: gnu plot multiple variables
Browse files Browse the repository at this point in the history
  • Loading branch information
karatakis committed Nov 6, 2024
1 parent ec5a011 commit b1773d6
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'" -e "title_text='RPS Default'"
- name: Cleanup files
run: |
rm "results.md"
Expand Down

0 comments on commit b1773d6

Please sign in to comment.