Skip to content

Commit 5a045c5

Browse files
committed
wip: Fix bash error
1 parent e03a226 commit 5a045c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

benchmark/load/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
set -ex
44

5+
function message() {
6+
echo "$(date +"%T"): $1"
7+
}
8+
59
type=$1
610

711
if [ -n "$CI_JOB_TOKEN" ]; then

0 commit comments

Comments
 (0)