contrib/perf.py
changeset 44260 216fc4633800
parent 43976 943e34522b37
child 44452 9d2b2df2c2ba
equal deleted inserted replaced
44259:141ceec06b55 44260:216fc4633800
  1534     scanning the index will have a faster lookup time for `--rev tip` than for
  1534     scanning the index will have a faster lookup time for `--rev tip` than for
  1535     `--rev 0`. The number of looked up revisions and their order can also
  1535     `--rev 0`. The number of looked up revisions and their order can also
  1536     matters.
  1536     matters.
  1537 
  1537 
  1538     Example of useful set to test:
  1538     Example of useful set to test:
       
  1539 
  1539     * tip
  1540     * tip
  1540     * 0
  1541     * 0
  1541     * -10:
  1542     * -10:
  1542     * :10
  1543     * :10
  1543     * -10: + :10
  1544     * -10: + :10