Skip to content

Commit

Permalink
change file name
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Dec 5, 2024
1 parent 36f2fa6 commit 37ff06a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion performance-testing/uid2-operator/start-full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if [ "$S#" -ne 1 ]; then
COMMENT=$( date '+%F_%H:%M:%S' )
fi

./start.sh ./k6-token-generate-refresh-identitymap.js $COMMENT
./start-named-test.sh ./k6-token-generate-refresh-identitymap.js $COMMENT
2 changes: 1 addition & 1 deletion performance-testing/uid2-operator/start-token-generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if [ "$S#" -ne 1 ]; then
COMMENT=$( date '+%F_%H:%M:%S' )
fi

./start.sh ./k6-token-generate.js $COMMENT
./start-named-test.sh ./k6-token-generate.js $COMMENT

0 comments on commit 37ff06a

Please sign in to comment.