Skip to content

Commit

Permalink
Generate whisker plot via CI
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 17, 2023
1 parent ee65497 commit 5d080d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ jobs:
- name: Run benchmarks
shell: bash
run: ./bench.sh

- name: Generate plot
shell: bash
run: |
wget https://raw.githubusercontent.com/sharkdp/hyperfine/master/scripts/plot_whisker.py
python plot_whisker.py benchmarks.json -o plot_whisker.png

0 comments on commit 5d080d7

Please sign in to comment.