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

[Merged by Bors] - Add benchmarks for schedule dependency resolution #4961

Closed
wants to merge 6 commits into from

Commits on Jun 7, 2022

  1. bench schedule dependency resolution

    No dependencies between systems
    * 100_schedule_noconstraints:   [40.952 us 41.133 us 41.378 us]
    * 500_schedule_noconstraints:   [112.43 us 112.62 us 112.95 us]
    1000_schedule_noconstraints:   [201.62 us 201.67 us 201.72 us]
    * 5000_schedule_noconstraints:   [1.0837 ms 1.0994 ms 1.1203 ms]
    
    With dependencies
    * 100_schedule:   [792.58 us 793.14 us 793.76 us]
    * 500_schedule:   [16.538 ms 16.586 ms 16.632 ms]
    * 1000_schedule:   [66.983 ms 67.225 ms 67.477 ms]
    * 5000_schedule:   [3.1471 s 3.1800 s 3.2113 s]
    JoJoJet committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    d3a6bd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1af2276 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1f7f71 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    6301fd5 View commit details
    Browse the repository at this point in the history
  2. change App.run to App.update

    This should be equivalent with the default runner, but app.update() is much clearer that we're only running the first iteration.
    
    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    JoJoJet and alice-i-cecile committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    06b8dc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a5c231 View commit details
    Browse the repository at this point in the history