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

Improve performance of outdatedness checker #1602

Merged
merged 3 commits into from
Oct 15, 2022
Merged

Conversation

denisdefreyne
Copy link
Member

@denisdefreyne denisdefreyne commented Oct 15, 2022

Detailed description

After some detailed profiling of DetermineOutdatedness#run, I found some hotspots that I tweaked.

For one particular site, this decreased the duration of DetermineOutdatedness#run from just over 7s to just over 4s. The call to OutdatednessChecker#attributes_prop_causes_outdatedness? went from taking 45% to taking 6.4% of DetermineOutdatedness#run execution time.

To do

  • Tests

Related issues

n/a

@denisdefreyne denisdefreyne marked this pull request as ready for review October 15, 2022 15:06
@denisdefreyne denisdefreyne merged commit 4613930 into main Oct 15, 2022
@denisdefreyne denisdefreyne deleted the denis/speedup branch October 15, 2022 15:07
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.

1 participant