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
F18745844: D9363.diff
Fri, Oct 3, 9:52 AM
F18737583: D9363.id22294.diff
Wed, Oct 1, 11:31 AM
F18620357: D9363.id.diff
Sep 15 2025, 5:00 AM
F18590938: D9363.id22295.diff
Sep 12 2025, 7:42 AM
F18586860: D9363.id22297.diff
Sep 11 2025, 7:54 PM
F18557820: D9363.id.diff
Sep 8 2025, 8:07 PM
F18028717: D9363.id22295.diff
Aug 2 2025, 10:59 PM
F18008880: D9363.id.diff
Aug 2 2025, 2:49 PM
Subscribers

Diff Detail

Repository
rPHU libphutil
Branch
barspeeed
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 829
Build 829: [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).