mirror of
https://github.com/labring/sealos.git
synced 2026-09-19 02:23:07 +08:00
perf(account): optimize workspace consumption aggregation (#7254) * perf(account): optimize workspace consumption aggregation * perf(account): address workspace consumption review feedback * style(account): satisfy golangci-lint formatting * perf(account): simplify workspace consumption aggregation * fix(account): avoid duplicate direct workspace totals * fix(account): preserve settled subconsumption totals * test(account): add workspace consumption MongoDB runtime test * test(account): use AVX-compatible MongoDB image * test(account): benchmark workspace consumption query * ci(account): require MongoDB runtime test in CI * fix(ci): resolve semgrep and account lint failures Co-authored-by: Yun Pan <dinoallo@netc.it>