We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc63bf commit f39062cCopy full SHA for f39062c
.gitlab-ci.yml
@@ -13,6 +13,10 @@ run_measurement:
13
script:
14
# make this script exit if a command fails, a variable is missing etc.
15
- set -euo pipefail
16
+ - mvn -v
17
+ - java --version
18
+ - cat /proc/meminfo
19
+ - lscpu
20
- export BENCHMARK_DIR=/ext_data/
21
- export BENCHMARK_RESULT_DIR=${BENCHMARK_DIR}results/$(date '+%d-%m-%Y-%s%N')/
22
- export BENCHMARK_SMALL_MAP_NAME=bayern-190101.osm.pbf
0 commit comments