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
F13230881: D9363.diff
Mon, May 20, 11:23 PM
F13228245: D9363.id22296.diff
Mon, May 20, 8:13 AM
F13214251: D9363.id22295.diff
Fri, May 17, 9:33 AM
F13207364: D9363.diff
Wed, May 15, 10:30 PM
F13188729: D9363.diff
Sat, May 11, 5:26 AM
Unknown Object (File)
Tue, May 7, 7:30 AM
Unknown Object (File)
Fri, May 3, 8:11 AM
Unknown Object (File)
Wed, Apr 24, 10:47 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).