From 6c89d8e6117b1e55c0bc1617a8748fd003371567 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 26 May 2024 22:26:41 +0200 Subject: [PATCH] wip --- .github/workflows/osrm-backend.yml | 2 +- scripts/ci/locustfile.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index c55ecb9d7..3c0114d4f 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -650,7 +650,7 @@ jobs: - name: Prepare data run: | wget http://download.geofabrik.de/europe/germany/berlin-latest.osm.pbf -O ~/data.osm.pbf - python3 ./pr/scripts/ci/download_gps_traces.py 13.3384 52.4883 13.5111 52.5255 > ~/gps_traces.csv + python3 ./pr/scripts/ci/download_gps_traces.py 13.3384 52.4383 13.5611 52.5755 > ~/gps_traces.csv - name: Build PR Branch run: | mkdir -p pr/build diff --git a/scripts/ci/locustfile.py b/scripts/ci/locustfile.py index d6e6b3e7e..b15246b5a 100644 --- a/scripts/ci/locustfile.py +++ b/scripts/ci/locustfile.py @@ -64,4 +64,4 @@ class OSRMTasks(TaskSet): class OSRMUser(HttpUser): tasks = [OSRMTasks] - wait_time = between(0.01, 0.1) + # wait_time = between(0.01, 0.1)