docs(audit): ScadaBridge C7 review — correct 'six persisted' computed-col wording (5 persisted + IngestedAtUtc non-persisted) + stale perf iteration comment
This commit is contained in:
@@ -29,8 +29,8 @@ namespace ZB.MOM.WW.ScadaBridge.PerformanceTests.AuditLog;
|
||||
/// <b>C7 re-baseline rationale.</b> The canonical <see cref="ScadaBridgeAuditRedactor"/>
|
||||
/// works on a single <c>DetailsJson</c> bag (one JSON parse + one re-serialize per
|
||||
/// call) whereas the former typed-field approach touched many individual
|
||||
/// fields. Empirical measurements on Apple M-series (2026-06-02, Release build,
|
||||
/// 5 000 iterations after 500 warm-ups):
|
||||
/// fields. Empirical calibration measurements on Apple M-series (2026-06-02, Release build;
|
||||
/// the CI test itself runs MeasureIterations=2 000 after WarmupIterations=200):
|
||||
/// <list type="bullet">
|
||||
/// <item>4 KB body (2 body-regex matches + truncation): p50 ≈ 13 µs, p95 ≈ 14 µs.</item>
|
||||
/// <item>Small DetailsJson, no redactors (JSON parse + rewrite only): p50 ≈ 1.5 µs, p95 ≈ 2 µs.</item>
|
||||
|
||||
Reference in New Issue
Block a user