We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2b653 commit 499a0a9Copy full SHA for 499a0a9
src/nat/front_ends/mcp/load_test_utils/load_tester.py
@@ -529,10 +529,7 @@ def run_load_test(
529
530
Args:
531
config_file: Path to NAT workflow config file
532
- tool_calls: List of tool call configurations. Each entry should have:
533
- - tool_name (str): Name of the tool
534
- - args (dict): Arguments for the tool
535
- - weight (float, optional): Relative frequency weight (default: 1.0)
+ tool_calls: List of tool call configurations.
536
num_concurrent_users: Number of concurrent users to simulate
537
duration_seconds: Duration of the load test
538
server_host: MCP server host
0 commit comments