Skip to content

Commit

Permalink
show benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jul 26, 2023
1 parent aee5ece commit 8adac84
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 @@ -30,11 +30,11 @@ jobs:

- name: Run siege (WebMercator TMS)
run: |
siege --file .github/data/urls.txt -b -c 1 -r 100 > /dev/null
siege --file .github/data/urls.txt -b -c 1 -r 100 --quiet --json-output
- name: Run siege (WGS1984Quad TMS)
run: |
siege --file .github/data/urls_wgs84.txt -b -c 1 -r 100 > /dev/null
siege --file .github/data/urls_wgs84.txt -b -c 1 -r 100 --quiet --json-output
- name: Stop containers
if: always()
Expand Down

0 comments on commit 8adac84

Please sign in to comment.