Part of bzrlib
| Kind | Name | Docs |
|---|---|---|
| Module | bench_add | Tests for bzr add performance. |
| Module | bench_bench | Tests for bzr benchmark utilities performance. |
| Module | bench_bundle | Tests for bzr bundle performance. |
| Module | bench_cache_utf8 | Tests for encoding performance. |
| Module | bench_checkout | Tests for bzr tree building (checkout) performance. |
| Module | bench_commit | Benchmarks of bzr commit. |
| Module | bench_dirstate | Benchmarks for bzr DirState performance. |
| Module | bench_info | Tests for bzr info performance. |
| Module | bench_inventory | Tests for bzrlib.inventory.Inventory performance. |
| Module | bench_knit | Benchmarks for Knit performance |
| Module | bench_log | Tests for tree transform performance |
| Module | bench_osutils | Tests for bzr osutils functions performance. |
| Module | bench_pack | Benchmarks for pack performance |
| Module | bench_rocks | Benchmarks of bzr rocks. |
| Module | bench_sftp | Tests for bzr performance over SFTP |
| Module | bench_startup | Benchmarks of bzr startup time, for some simple operations. |
| Module | bench_status | Tests for bzr status performance. |
| Module | bench_transform | Tests for tree transform performance |
| Module | bench_workingtree | Tests for bzr working tree performance. |
| Module | bench_xml | Tests for bzr xml serialization performance. |
| Package | tree_creator | Base implementation of TreeCreator classes |
From the __init__.py module:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 28 | Class | Benchmark | A Test class which provides helpers for writing benchmark tests. |
| 174 | Function | test_suite | Build and return a TestSuite which contains benchmark tests only. |