diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f45c672..12e53e1 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -32,7 +32,7 @@ jobs: - name: Generate plot shell: bash run: | - wget https://raw.githubusercontent.com/sharkdp/hyperfine/master/scripts/plot_whisker.py + wget https://raw.githubusercontent.com/orhun/zig-http-benchmarks/output/plot_whisker.py python -m pip install -U matplotlib python plot_whisker.py benchmarks.json -o benchmarks.png