aboutsummaryrefslogtreecommitdiff
path: root/gather-metrics.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gather-metrics.sh')
-rwxr-xr-xgather-metrics.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/gather-metrics.sh b/gather-metrics.sh
index f603cef..638f1cf 100755
--- a/gather-metrics.sh
+++ b/gather-metrics.sh
@@ -71,6 +71,8 @@ check_option $csv_results_dir "csv_results_dir not set."
check_option $hw_tag "hw_tag not set."
check_option $has_perf_logs "has_perf_logs not set."
+mkdir -p $csv_results_dir
+
# Gather data for perf metric.
if $verbose; then
verbose_opt="--verbose"