From b6d0f98c42bbe4a81872a2d5d9a82ff79f714fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 18 Sep 2023 16:10:34 +0300 Subject: [PATCH] Update whisker plot script --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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