Skip to content

Commit

Permalink
Run benchmarks on bayern + germany
Browse files Browse the repository at this point in the history
  • Loading branch information
easbar committed Oct 21, 2019
1 parent b25d1f4 commit 46e0feb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Expand Up @@ -13,10 +13,10 @@ run_measurement:
- set -euo pipefail
- export BENCHMARK_DIR=/ext_data/
- export BENCHMARK_RESULT_DIR=${BENCHMARK_DIR}results/$(date '+%d-%m-%Y-%s%N')/
- export BENCHMARK_SMALL_MAP_NAME=bremen-190101.osm.pbf
- export BENCHMARK_BIG_MAP_NAME=berlin-190101.osm.pbf
- export BENCHMARK_SMALL_MAP_NAME=bayern-190101.osm.pbf
- export BENCHMARK_BIG_MAP_NAME=germany-190101.osm.pbf
- export BENCHMARK_SMALL_MAP_URL=http://download.geofabrik.de/europe/germany/${BENCHMARK_SMALL_MAP_NAME}
- export BENCHMARK_BIG_MAP_URL=http://download.geofabrik.de/europe/germany/${BENCHMARK_BIG_MAP_NAME}
- export BENCHMARK_BIG_MAP_URL=http://download.geofabrik.de/europe/${BENCHMARK_BIG_MAP_NAME}
- mkdir -p ${BENCHMARK_DIR}osm
- export BENCHMARK_SMALL_MAP_PATH=${BENCHMARK_DIR}osm/${BENCHMARK_SMALL_MAP_NAME}
- export BENCHMARK_BIG_MAP_PATH=${BENCHMARK_DIR}osm/${BENCHMARK_BIG_MAP_NAME}
Expand Down

0 comments on commit 46e0feb

Please sign in to comment.