From 2423687b2fd7b0879af194b8a9959e92de90f741 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sat, 11 May 2024 19:40:11 +0200 Subject: [PATCH] Add benchmarks comparison job --- scripts/ci/run_benchmarks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/run_benchmarks.sh b/scripts/ci/run_benchmarks.sh index a747e2147..9547dbc32 100755 --- a/scripts/ci/run_benchmarks.sh +++ b/scripts/ci/run_benchmarks.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e pipefail +set -eou pipefail function run_benchmarks_for_folder { echo "Running benchmarks for $1"