Skip to content

Commit f39062c

Browse files
committed
Add system data to measurement
1 parent ccc63bf commit f39062c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ run_measurement:
1313
script:
1414
# make this script exit if a command fails, a variable is missing etc.
1515
- set -euo pipefail
16+
- mvn -v
17+
- java --version
18+
- cat /proc/meminfo
19+
- lscpu
1620
- export BENCHMARK_DIR=/ext_data/
1721
- export BENCHMARK_RESULT_DIR=${BENCHMARK_DIR}results/$(date '+%d-%m-%Y-%s%N')/
1822
- export BENCHMARK_SMALL_MAP_NAME=bayern-190101.osm.pbf

0 commit comments

Comments
 (0)