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

Address recent performance regression #90

Merged
merged 1 commit into from
Apr 9, 2021

Commits on Apr 8, 2021

  1. Address recent performance regression

    Reported in the schrodigner bug tracker as SHARED-7789
    
    Our performance monitoring tests noticed that coordgen got about
    10x slower after PR schrodinger#81. I guess the inner loop of minimization
    must be hitting the max pretty frequently! We should address
    that too.
    
    (this doubles the max iterations from before schrodinger#81, but that's ok
    because schrodinger#81 halved the calls to this function)
    
    Before this change:
    
        slowest:  1.442s
        average: 0.044s
        molecules above 0.1s: 566
        molecules above 1s: 9
    
    after this change:
    
        slowest: 0.151s
        average: 0.006s
        molecules above 0.1s: 12
        molecules above 1s: 0
    d-b-w committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    7eb1816 View commit details
    Browse the repository at this point in the history