Skip to content

Commit

Permalink
Trim down tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse committed Oct 12, 2023
1 parent 84212f0 commit b30d507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
mkdir -p results
for file in urls/*; do
echo "Running tests for $file"
locust -i 5 --urls-file="$file" --csv=results/$(basename ${file%.*}) --csv-full-history
locust -i 5 --urls-file="$file" --csv=results/$(basename ${file%.*})
done
shell: micromamba-shell {0}
working-directory: 03-e2e
Expand Down
2 changes: 1 addition & 1 deletion 03-e2e/gen_test_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _percentage_split(size, percentages):

minzoom = 0
maxzoom = 6
max_url = 100
max_url = 30
default_bounds = [-180, -90, 180, 90]

""
Expand Down

0 comments on commit b30d507

Please sign in to comment.