We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03a226 commit 5a045c5Copy full SHA for 5a045c5
benchmark/load/run.sh
@@ -2,6 +2,10 @@
2
3
set -ex
4
5
+function message() {
6
+ echo "$(date +"%T"): $1"
7
+}
8
+
9
type=$1
10
11
if [ -n "$CI_JOB_TOKEN" ]; then
0 commit comments