Fixing the location of a csv report

This commit is contained in:
Marcin Grzejszczak
2020-07-22 17:28:32 +02:00
parent 52998b39a3
commit a365482eba

View File

@@ -2,7 +2,7 @@
echo "Running JMH Benchmarks"
ROOT="$( pwd )"
JMH_RESULT_FILE_PARENT="${ROOT}/results/jmh"
JMH_RESULT_FILE_PARENT="${ROOT}/target"
mkdir -p "${JMH_RESULT_FILE_PARENT}"
JMH_RESULT_FILE="${JMH_RESULT_FILE_PARENT}/jmh-result.csv"
echo "Will produce results under [${JMH_RESULT_FILE}]"