tests/test-check-config.t
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 20 Dec 2015 18:38:21 -0800
changeset 27470 d394a1a3708a
parent 27368 409a20314c64
child 27992 8f244b75cc5e
permissions -rw-r--r--
perf: add perfrevlogrevision As part of investigating performance improvements to revlog reading, I needed a mechanism to measure every part of revlog reading so I knew where time was spent and how effective optimizations were. This patch implements a perf command for benchmarking the various stages of reading a single revlog revision. When executed against a manifest revision at the end of a 30,000+ long delta chain in mozilla-central, the command demonstrates that ~80% of time is spent in zlib decompression.

#require test-repo

  $ cd "$TESTDIR"/..

New errors are not allowed. Warnings are strongly discouraged.

  $ hg files "set:(**.py or **.txt) - tests/**" | sed 's|\\|/|g' |
  >   xargs python contrib/check-config.py