Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-12-09 | Fix comment | Erik Johnston | 1 | -1/+1 | |
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | |||||
2019-12-09 | Fix inaccurate per-block metrics (#6491) | Richard van der Hoff | 2 | -42/+19 | |
`Measure` incorrectly assumed that it was the only thing being done by the parent `LoggingContext`. For instance, during a "renew group attestations" operation, hundreds of `outbound_request` calls could take place in parallel, all using the same `LoggingContext`. This would mean that any resources used during *any* of those calls would be reported against *all* of them, producing wildly inaccurate results. Instead, we now |