File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ services:
104104
105105 # Bench service — runs scenarios via provider mode (built-in LLM agent loop).
106106 bench-cli :
107- image : ${BENCH_IMAGE:-ghcr.io/vitas/bench-cli:0.5.4 }
107+ image : ${BENCH_IMAGE:-ghcr.io/vitas/bench-cli:0.5.5 }
108108 environment :
109109 - EVIDRA_URL=http://evidra-api:8080
110110 - EVIDRA_API_KEY=${EVIDRA_API_KEY:-dev-api-key}
@@ -117,6 +117,7 @@ services:
117117 - INFRA_BENCH_MCP_SERVER=evidra-mcp --signing-mode optional -url http://evidra-api:8080 -api-key ${EVIDRA_API_KEY:-dev-api-key}
118118 - INFRA_BENCH_CLUSTER_NAME=${DEMO_CLUSTER_NAME:-evidra-demo}
119119 - INFRA_BENCH_REUSE_CLUSTER=true
120+ - INFRA_BENCH_PARALLEL=${BENCH_PARALLEL:-1}
120121 - INFRA_BENCH_BIFROST_URL=${LLM_BASE_URL:-https://api.deepseek.com/v1}
121122 - EVIDRA_BIFROST_AUTH_BEARER=${LLM_API_KEY:-}
122123 - INFRA_BENCH_A2A_AGENT_URL=http://kagent:8080
You can’t perform that action at this time.
0 commit comments