Skip to main content

Module calibration

Module calibration 

Source
Expand description

Boot-time ECC benchmarking and capability advertisement (Phase K3c).

This module is compiled only when the ecc feature is enabled. It provides run_calibration, which exercises the HNSW index and causal graph with synthetic data, measures per-tick latency, and returns an EccCalibration that other modules (CognitiveTick, cluster advertisement) use to auto-tune cadence and decide which subsystems are feasible on this hardware.

Structs§

EccCalibration
Results of a boot-time calibration run.
EccCalibrationConfig
Tuning knobs for the calibration run.

Functions§

run_calibration
Execute a calibration run against the provided HNSW index and causal graph.