comparison hgext/notify.py @ 30018:bd6df07ccc24

perf: add perfchangegroupchangelog command This command can be used for testing the performance of producing the changelog portion of a changegroup. We could use additional perf* commands for testing other parts of changegroup. Those can be written another time, when they are needed. (And those may want to refactor the changegroup generation API so code can be reused.) Speaking of code reuse, yes, this command does reinvent a small wheel. I didn't want to scope bloat to change the changegroup API because that will invite bikeshedding.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 24 Sep 2016 12:22:30 -0700
parents d5883fd055c6
children b425ec7fb7f6
comparison
equal deleted inserted replaced
30017:973cf6c3de30 30018:bd6df07ccc24