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
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
Unknown Object (File)
Wed, Apr 24, 11:41 AM
Unknown Object (File)
Wed, Apr 24, 3:40 AM
Unknown Object (File)
Apr 11 2024, 1:08 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).