Files
cube-agent 4f9cb2e75e Add cube-bench (correctness-gated microbenchmarks) + daemon stats telemetry
- cube-bench crate: real-code-path throughput/latency over cubestore,
  cubecrypt (aes/gcm/chacha/xts), cubecode VM, and cubesys Session.
  Every section asserts correctness before timing. Wired into ./check
  as an opt-in 'bench' stage.
- cubesys Session: per-command latency histogram + per-C-namespace record
  counts, exposed via a new 'stats' command over the live socket.
- Deployed rebuilt cube-server to /home/luulu/.cubelinux/bin and
  restarted the system cube.service; verified stats live.
2026-08-11 01:15:32 -04:00

16 lines
224 B
TOML

[workspace]
resolver = "2"
members = [
"cubecoords",
"cubestore",
"cubefs",
"cubecode",
"cubecrypt",
"cubesys",
"cube-bench",
]
[workspace.package]
edition = "2021"
license = "MIT OR Apache-2.0"