mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 07:01:14 +00:00
Shared CI executors are too noisy for frame-budget and relative-timing assertions (e.g. open_seed maxStall 33.87ms vs the 32ms budget). Route them through perfAssert, downgraded to report-only when BENCH_ASSERTS=0 -- which tests-nim-linux now sets. Structural gates (resets, row churn, counts, instantiation errors) stay hard doAsserts, so the benches keep protecting against rot on CI.