summary refs log tree commit diff
path: root/test_postgresql.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-09Fix commentErik Johnston1-1/+1
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2019-12-09Fix inaccurate per-block metrics (#6491)Richard van der Hoff2-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