comparison mercurial/error.py @ 27073:b9fc042168a4

revsetbenchmarks: support benchmarking changectx loading Many revset consumers construct changectx instances for each returned result. Add support for benchmarking this to our revset benchmark script. In the future, we might want to have some kind of special syntax in the parsed revset files to engage this mode automatically. This would enable us to load changectxs for revsets that do that in the code and would more accurately benchmark what's actually happening. For now, running all revsets with or without changectxs is sufficient.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 21 Nov 2015 15:43:04 -0800
parents 039a53c87370
children f8142cb77b1e
comparison
equal deleted inserted replaced
27072:e18a9ceade3b 27073:b9fc042168a4