hotosm / galaxy-api

Backend to fetch data from Underpass
https://galaxy-api.hotosm.org/latest/redoc
GNU Affero General Public License v3.0
14 stars 5 forks source link

Build a Prototype Load Testing Config using Locust.io #157

Open dakotabenjamin opened 2 years ago

dakotabenjamin commented 2 years ago

Locust.io

HTTP Requests that can be used to configure locust

curl -X 'POST' \
  'https://osm-stats.hotosm.org/mapathon/summary' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
    "fromTimestamp": "2021-12-07T20:00:00.000",
    "toTimestamp": "2021-12-07T21:00:00.000",
    "projectIds": [

    ],
    "hashtags": [
        "missingmaps"
    ]
}'
kshitijrajsharma commented 2 years ago

As per the discussion , @eternaltyro will lead the effort to host locust.io in to Infra and @itskshitiz321 will do the load testing against the galaxy API ! cc: @ramyaragupathy