~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-05-18 08:53:27 UTC
  • mfrom: (1713.1.4 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060518085327-89822346d9321aba
Merge benchmark selftests(Robert Collins, Martin Pool), bzr add chattiness(Robert Collins), and bzr push revision count reporting improvements(Robert Collins).

Show diffs side-by-side

added added

removed removed

Lines of Context:
434
434
  with removing the tags on the way back in.
435
435
 
436
436
* ``bzr find``
 
437
 
 
438
Selftest
 
439
--------
 
440
 
 
441
* Write some benchmark tests
 
442
 
 
443
* we could display the ids of some tests selected by time to rune, or cputime,
 
444
  rusage. 
 
445
 
 
446
* We could run tests multiple times and report deviation/slowest/fastest.
 
447
 
 
448
* Gather lsprofile output for each test individually - log that somewhere.
 
449
 
 
450
* Should plugins be able to offer benchmark tests ?
 
451