-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix up the localhost stress tests so that you don’t have to cut and p…
…aste ids (#683) It was hard before, now it’s easy. just call ./packages/stress/scripts/localhost_chat_setup.sh ./packages/stress/scripts/localhost_chat.sh <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced script functionality by sourcing environment variables from a new configuration file for local chat settings. - Introduced persistent storage of environment variables to improve configuration management. - **Chores** - Updated the repository's `.gitignore` to prevent tracking of environment files, improving repository cleanliness and security. - **Improvements** - Improved logging clarity by structuring the output of environment variables in a more readable format. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
Showing
4 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,3 +71,4 @@ bin/gen-bindings-remove-struct | |
go.work.sum | ||
|
||
/packages/stress-testing/.env | ||
/packages/stress/*/.env* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters