~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_sftp.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-06-29 15:01:44 UTC
  • mfrom: (2399.1.17 doc-cleanup)
  • Revision ID: pqm@pqm.ubuntu.com-20070629150144-xoeghcfb52pit8tv
(John Arbash Meinel) Improve 'make api-docs' output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
 
94
94
 
95
95
class SFTPSlowSocketBenchmark(SFTPBenchmark):
 
96
    """Benchmarks of SFTP performance with a 30ms delay per roundtrip."""
 
97
 
96
98
    def setUp(self):
97
99
        super(SFTPSlowSocketBenchmark, self).setUp()
98
100
        self.get_server().add_latency = 0.03