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 to 10 iterations in performance benchmark #5854

Merged
merged 5 commits into from
Dec 23, 2022
Merged

Commits on Dec 23, 2022

  1. reduce processes in performance benchmark to 10

    In "slow" setups, the overhead per process can be of the order of 2s.
    No need to make the user wait 3 minutes.
    Even for the fastest machines with ~0.2s per process, 10 iterations are plenty.
    ltalirz authored Dec 23, 2022
    Configuration menu
    Copy the full SHA
    09bee91 View commit details
    Browse the repository at this point in the history
  2. mention profile in benchmark script

    Useful when testing different configurations in different profiles.
    Leopold Talirz committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    6d05bec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d37e78 View commit details
    Browse the repository at this point in the history
  4. adapt benchmark topic

    Leopold Talirz committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    a011c88 View commit details
    Browse the repository at this point in the history
  5. Update docs/source/topics/performance.rst

    Co-authored-by: Sebastiaan Huber <[email protected]>
    ltalirz and sphuber authored Dec 23, 2022
    Configuration menu
    Copy the full SHA
    e0461c6 View commit details
    Browse the repository at this point in the history