Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 23f9041

Browse files
authored
Merge pull request #29 from jwcastillo/new_dashboards
New dashboards
2 parents 5ac1293 + 619ef93 commit 23f9041

File tree

4 files changed

+2962
-1093
lines changed

4 files changed

+2962
-1093
lines changed

docker-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ fi
1818
SCRIPT_NAME=$1
1919
TAG_NAME="$(basename -s .js $SCRIPT_NAME)-$(date +%s)"
2020

21-
docker-compose run --rm k6 run -<$SCRIPT_NAME --tag testid=$TAG_NAME
21+
docker-compose run --rm -T k6 run -<$SCRIPT_NAME --tag testid=$TAG_NAME

0 commit comments

Comments
 (0)