Page MenuHomePhabricator

Don't redraw the console progress bar every time
ClosedPublic

Authored by epriestley on Jun 3 2014, 6:20 PM.
Tags
None
Referenced Files
F21578424: D9363.diff
Tue, Aug 4, 10:55 AM
Unknown Object (File)
Jul 5 2026, 11:39 AM
Unknown Object (File)
Jun 22 2026, 1:09 PM
Unknown Object (File)
Apr 16 2026, 10:44 PM
Unknown Object (File)
Apr 15 2026, 6:43 AM
Unknown Object (File)
Apr 11 2026, 10:30 PM
Unknown Object (File)
Apr 11 2026, 10:29 PM
Unknown Object (File)
Mar 18 2026, 10:01 PM
Subscribers

Diff Detail

Repository
rPHU libphutil
Branch
barspeeed
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 831
Build 831: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Don't redraw the console progress bar every time.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: joshuaspence.
  • Only set lastUpdate if we actually draw.
  • Slightly smoother bar (100ms / update instead of 200ms).
joshuaspence edited edge metadata.

LGTM.

This makes the progress bar a little jerky, but I'd rather the progress bar be jerky than have the ./bin/repository parents script run 127 times slower.

This revision is now accepted and ready to land.Jun 3 2014, 6:24 PM
epriestley updated this revision to Diff 22297.

Closed by commit rPHU1e025a87a4cb (authored by @epriestley).