Skip to main content
云计算指北 / Clousight 出品的云产品可复现测评框架. Clousight Bench measures the platform runtime engineering of managed cloud products — session hosting, tool-failure recovery, trace completeness, cost attribution — not model intelligence. The core orchestrates one lifecycle:
Everything product-specific is a plugin.

The reproducibility contract

Every number is classified before you trust it, and every result record carries config_hash + runner_version + evidence_layer: Results are always reported per dimension — never a blended score.

Quick start (no cloud account)

Optional time-series store (Parquet + DuckDB): pip install clousight-bench[store]

Learn more

Architecture

The lifecycle, plugin contracts, and evidence model.

Extending (plugins)

Add a platform, dimension, domain, or workload engine.

Querying results

DuckDB-backed analytics over the Parquet store.

API reference

Core data schema and plugin base classes.