Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce Sleep #505

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bpickard22
Copy link
Contributor

during the reconcilation loop we check to see if we have any orphaned Ips, and during this we currently have a 1.5 second sleep. I ran some tests and found a decent perf improvement by dropping this by half, but removing it completely caused issues

during the reconcilation loop we check to see if we have any orphaned
Ips, and during this we currently have a 1.5 second sleep. I ran some
tests and found a decent perf improvement by dropping this by half, but
removing it completely caused issues

Signed-off-by: Benjamin Pickard <bpickard@redhat.com>
@bpickard22
Copy link
Contributor Author

PTAL @dougbtv

@coveralls
Copy link

Pull Request Test Coverage Report for Build 10914182023

Details

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 54.58%

Totals Coverage Status
Change from base Build 10831942310: 0.0%
Covered Lines: 1442
Relevant Lines: 2642

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants