Skip to content

Commit

Permalink
Attempting to make plots look good in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Dec 31, 2021
1 parent f14d3c8 commit 9449754
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/benches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- name: Run benchmarks
run: |
cargo bench
- name: Make plots have a solid white background
run: |
find target/criterion -name "*.svg" -exec sed -i 's/<svg/<svg style="background-color:#EEE;"/g' {} \;
- name: Deploy Docs
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 9449754

Please sign in to comment.