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

Align benchmark scaling and minimum samples #2839

Merged
merged 2 commits into from
Aug 15, 2024
Merged

Commits on Aug 12, 2024

  1. Align benchmark scaling and minimum samples

    # Motivation
    
    We want to have an aligned strategy across all of our benchmarks in how we use the scaling factor and samples.
    
    # Modification
    
    This PR makes sure that any inner loop is scaled by the scaling factor. Moreover, we want to run more than 1 iteration. To do this we set an almost infinite maximum duration and a maximum iteration count.
    
    # Result
    
    More consistent benchmarks
    FranzBusch committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    60c0124 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    442468c View commit details
    Browse the repository at this point in the history