~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-11-06 21:59:35 UTC
  • mfrom: (2120.1.2 use_time_not_clock)
  • Revision ID: pqm@pqm.ubuntu.com-20061106215935-5fa2157d07b2acde
(John Arbash Meinel) Use time.time() not time.clock() for throttling progress updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    * Clean up ``bzr selftest --benchmark bundle`` to correct an import,
17
17
      and remove benchmarks that take longer than 10min to run.
18
18
      (John Arbash Meinel)
 
19
 
 
20
    * Use ``time.time()`` instead of ``time.clock()`` to decide on
 
21
      progress throttling. Because ``time.clock()`` is actually CPU time,
 
22
      so over a high-latency connection, too many updates get throttled.
 
23
      (John Arbash Meinel)
19
24
  
20
25
  BUG FIXES:
21
26