4b6817381b
CI (OpenClaw E2E) / openclaw test (push) Has been cancelled
CI / coverage-report (push) Has been cancelled
CI / test-kubernetes (push) Has been cancelled
CI / should-run-thorough (push) Has been cancelled
CI / test-thorough (cloudwatch-demo) (push) Has been cancelled
CI / test-thorough (flink-ecs) (push) Has been cancelled
CI / test-thorough (upstream-lambda) (push) Has been cancelled
CI / test-thorough (prefect-ecs-fargate) (push) Has been cancelled
Release / build-binaries (zip, opensre.exe, onefile, windows-latest, windows-x64) (push) Has been cancelled
Benchmark image — build + push to ECR (any adapter) / build + push (push) Has been cancelled
CI / quality (ubuntu-latest) (push) Has been cancelled
CI / test (tools-runtime) (push) Has been cancelled
CI / test (e2e-general) (push) Has been cancelled
CI / test (cli-runtime) (push) Has been cancelled
CI / test (e2e-provider-and-openclaw) (push) Has been cancelled
CI / test (integrations-and-misc) (push) Has been cancelled
Release / verify (push) Has been cancelled
Release / build-python-dist (push) Has been cancelled
Release / build-binaries (tar.gz, opensre, onedir, macos-15-intel, darwin-x64) (push) Has been cancelled
Release / build-binaries (tar.gz, opensre, onedir, macos-latest, darwin-arm64) (push) Has been cancelled
Release / build-binaries (tar.gz, opensre, onedir, ubuntu-22.04, linux-x64) (push) Has been cancelled
Release / publish-release (push) Has been cancelled
Release / publish-main-release (push) Has been cancelled
Interactive Shell Live (PR + post-merge) / turn-checks (no-LLM) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Interactive Shell Live (PR + post-merge) / turn-live shard ${{ matrix.shard_index }} (push) Has been cancelled
Release / prepare (push) Has been cancelled
Release / build-binaries (tar.gz, opensre, onedir, ubuntu-22.04-arm, linux-arm64) (push) Has been cancelled
Synthetic Deterministic Tests / Synthetic offline (deterministic) (push) Has been cancelled
61 lines
1.9 KiB
YAML
61 lines
1.9 KiB
YAML
# Cloud-OpsBench — control-arm contrast at the chosen floor (cheap, gpt-4o).
|
|
#
|
|
# Purpose: the floor sweep settled MIN_TOOL_CALLS=5 as the default. The one
|
|
# number still missing is ATTRIBUTION — how much of opensre+llm's a1 is the
|
|
# agent's policy vs. the model's intrinsic skill. This config runs the SAME
|
|
# 30-case paired pilot set (seed 42, seen-shape) across all three arms so the
|
|
# contrast is apples-to-apples:
|
|
#
|
|
# (opensre+llm) - (llm_alone) = lift from the MIN_TOOL_CALLS floor
|
|
# (opensre+llm) - (llm_alone_pure) = lift from opensre's full stack
|
|
# (llm_alone) - (llm_alone_pure) = lift from opensre's prompt alone
|
|
#
|
|
# Run at the committed default floor (stamped into provenance):
|
|
#
|
|
# BENCH_MIN_TOOL_CALLS=5 uv run python -m tests.benchmarks._framework.cli \
|
|
# run tests/benchmarks/cloudopsbench/configs/cloudopsbench_control_openai.yml --dev
|
|
#
|
|
# The floor only affects opensre+llm; llm_alone / llm_alone_pure have no floor,
|
|
# so the baselines are identical regardless of BENCH_MIN_TOOL_CALLS.
|
|
#
|
|
# Cost: 270 cells (30 cases x 1 LLM x 3 runs x 3 modes) at ~$0.01/cell ≈ $3-5.
|
|
# DEV experiment (small, single-shape) — pass --dev so the power/generalization
|
|
# gates don't block it. The powered full-corpus contrast remains
|
|
# cloudopsbench_v1_openai.yml.
|
|
|
|
benchmark: cloudopsbench
|
|
|
|
modes:
|
|
- opensre+llm
|
|
- llm_alone
|
|
- llm_alone_pure
|
|
|
|
llms:
|
|
- gpt-4o
|
|
|
|
model_versions:
|
|
gpt-4o: gpt-4o-2024-11-20
|
|
|
|
runs_per_case: 3
|
|
|
|
workers: 1
|
|
|
|
cost_budget_usd: 25.0
|
|
seed: 42
|
|
|
|
output_dir: .bench-results/cloudopsbench_control_openai/
|
|
|
|
pre_registration_path: tests/benchmarks/cloudopsbench/configs/preregistrations/cloudopsbench_v1.yml
|
|
|
|
filters:
|
|
# Same 30 seeded cases as the floor sweep (seed pins the selection) so the
|
|
# control contrast is paired with the sweep results.
|
|
limit: 30
|
|
seen_shape: [true]
|
|
systems: []
|
|
fault_categories: []
|
|
|
|
report_formats:
|
|
- json
|
|
- markdown
|