This commit is contained in:
Siarhei Fedartsou 2024-05-26 22:26:41 +02:00
parent 7b1e3d680c
commit 6c89d8e611
2 changed files with 2 additions and 2 deletions

View File

@ -650,7 +650,7 @@ jobs:
- name: Prepare data - name: Prepare data
run: | run: |
wget http://download.geofabrik.de/europe/germany/berlin-latest.osm.pbf -O ~/data.osm.pbf 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 - name: Build PR Branch
run: | run: |
mkdir -p pr/build mkdir -p pr/build

View File

@ -64,4 +64,4 @@ class OSRMTasks(TaskSet):
class OSRMUser(HttpUser): class OSRMUser(HttpUser):
tasks = [OSRMTasks] tasks = [OSRMTasks]
wait_time = between(0.01, 0.1) # wait_time = between(0.01, 0.1)