File tree Expand file tree Collapse file tree 5 files changed +490
-145
lines changed
Expand file tree Collapse file tree 5 files changed +490
-145
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ Build Options:
113113Load Test Options:
114114 -c, --count N Number of DIDs to create (default: 10)
115115 -u, --updates N Updates per DID (default: 2)
116+ -s, --server URL Server URL for load test (default: http://localhost:8000)
117+ Use this to test against an existing server instead of starting one
116118 --concurrent Run tests concurrently (faster)
117119 --agent Use agent provisioning instead of load test
118120
@@ -126,6 +128,8 @@ Server Options:
126128Examples:
127129 ./magic.sh # Quick start with defaults
128130 ./magic.sh -c 50 --concurrent # 50 DIDs concurrently
131+ ./magic.sh -s http://localhost:8000 # Test existing server (skip startup)
132+ ./magic.sh -s https://did.example.com -c 20 # Test remote server
129133 ./magic.sh --ngrok # Start with ngrok
130134 ./magic.sh --agent --ngrok # Agent provisioning with ngrok
131135 ./magic.sh --no-rebuild -c 20 # Skip rebuild, 20 DIDs
You can’t perform that action at this time.
0 commit comments