~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Robert Collins
  • Date: 2006-05-16 06:45:43 UTC
  • mto: (1713.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 1714.
  • Revision ID: robertc@robertcollins.net-20060516064543-5cb7cc63047ba98b
Start on bench_add, an add benchtest.

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