You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TileSiege testing uses OSM logs https://github.com/bdon/TileSiege/blob/master/top100k_90days.py which are aggregated by tile ID to anonymize the users. This means the traffic isn't perfectly realistic because of no spatial correlation like panning or zooming. It would be nice to have a privacy-preserving access log to benchmark with instead.
I would like to adopt wrk since siege feels a bit outdated.
That is an actual log from my server, but I don't want to make it public to preserve users' privacy. Maybe on a popular instance we could get this log, it'd be highly random, but I don't have an instance with random enough access pattern.
Hi Brandon,
Nice script, you used siege, I used wrk + a lua script for this:
https://github.com/hyperknot/openfreemap/tree/main/modules/http_host/benchmark
Here are my results for it:
https://github.com/hyperknot/openfreemap/blob/main/docs/quick_notes/http_benchmark.md
The text was updated successfully, but these errors were encountered: