fn summarize(results: &[Result<(Timing, Outcome)>], wall: Duration, total: u64)Expand description
Prints outcome counts, throughput, and per-stage latency percentiles. The per-stage split is
the point: auth-complete is the auth server’s crypto (verify the disclosure, sign the
attributes), while enter is PHC’s object_store reads/writes (plus its pseudonym crypto).