From 7b8b55530f49736fd848a04bbb90c93c53e65171 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Tue, 28 Aug 2018 10:25:54 -0500 Subject: [PATCH] Create asv/results if it doesn't exist --- build-and-benchmark-py-project.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-and-benchmark-py-project.sh b/build-and-benchmark-py-project.sh index eb6aaed..66d0ee9 100644 --- a/build-and-benchmark-py-project.sh +++ b/build-and-benchmark-py-project.sh @@ -15,7 +15,7 @@ if [[ -z "$PYOPENCL_TEST" ]]; then exit 1 fi -mkdir -p ~/.$PROJECT/asv +mkdir -p ~/.$PROJECT/asv/results if [[ ! -z "$CI" ]]; then mkdir -p .asv/env -- GitLab