/srv/osrm/osrm-backend/third_party/libosmium/benchmarks
NameSizeModeActions
CMakeLists.txt16820644editdlrm
download_data.sh7090755editdlrm
osmium_benchmark_count.cpp12660644editdlrm
osmium_benchmark_count_tag.cpp12800644editdlrm
osmium_benchmark_index_map.cpp13040644editdlrm
osmium_benchmark_mercator.cpp10310644editdlrm
osmium_benchmark_static_vs_dynamic_index.cpp59090644editdlrm
osmium_benchmark_write_pbf.cpp10710644editdlrm
README.md14760644editdlrm
run_benchmarks.sh2190755editdlrm
run_benchmark_count.sh5320755editdlrm
run_benchmark_count_tag.sh5400755editdlrm
run_benchmark_index_map.sh8270755editdlrm
run_benchmark_mercator.sh5380755editdlrm
run_benchmark_static_vs_dynamic_index.sh3930755editdlrm
run_benchmark_write_pbf.sh8660755editdlrm
setup.sh10380755editdlrm
Edit: /srv/osrm/osrm-backend/third_party/libosmium/benchmarks/download_data.sh (709B)
#!/bin/sh # # download_data.sh # cd $DATA_DIR curl --location --output 1_liechtenstein.osm.pbf https://download.geofabrik.de/europe/liechtenstein-latest.osm.pbf # about 2 MB curl --location --output 2_bremen.osm.pbf https://download.geofabrik.de/europe/germany/bremen-latest.osm.pbf # about 16 MB curl --location --output 3_sachsen.osm.pbf https://download.geofabrik.de/europe/germany/sachsen-latest.osm.pbf # about 160 MB curl --location --output 4_germany.osm.pbf https://download.geofabrik.de/europe/germany-latest.osm.pbf # about 3 GB curl --location --output 5_planet.osm.pbf https://planet.osm.org/pbf/planet-latest.osm.pbf # about 35 GB