This is an archive of the discontinued Mercurial Phabricator instance.

discovery: also audit the number of queries done
ClosedPublic

Authored by marmoute on Tue, Mar 22, 3:06 AM.

Details

Summary

In addition to the number of roundtrip, we now also track the number of queries
we perform, this is useful to assert the tradeoff between number of roundtrip and
the number of queries.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.