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
Unknown Object (File)
Mon, Jun 9, 2:21 AM
Unknown Object (File)
May 26 2025, 12:26 PM
Unknown Object (File)
May 9 2025, 11:16 PM
Unknown Object (File)
May 8 2025, 10:02 PM
Unknown Object (File)
May 8 2025, 4:01 AM
Unknown Object (File)
May 4 2025, 10:41 PM
Unknown Object (File)
Apr 27 2025, 6:36 PM
Unknown Object (File)
Apr 26 2025, 4:35 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).