Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jul 27, 2023
1 parent 3bc7e85 commit a82c426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Run siege (WebMercator TMS)
run: |
siege --file .github/data/urls.txt -b -c 1 -r 100 --quiet --json-output | jq -c > results.json
siege --file .github/data/urls.txt -b -c 1 -r 100 --json-output > /dev/null | jq -c > results.json
echo "Benchmark Results"
cat results.json
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Run siege (WGS1984Quad TMS)
run: |
siege --file .github/data/urls_wgs84.txt -b -c 1 -r 100 --quiet --json-output | jq -c > results.json
siege --file .github/data/urls_wgs84.txt -b -c 1 -r 100 --json-output > /dev/null | jq -c > results.json
echo "Benchmark Results"
cat results.json
Expand Down

0 comments on commit a82c426

Please sign in to comment.