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

Matching simulation improvements #6224

Merged
merged 1 commit into from
Aug 13, 2024

Commits on Aug 13, 2024

  1. Matching simulation improvements

    Fix sync matching by increasing the deadline for AddDecisionTask. Sync matching subtracts 1 second from the deadline to determine how long to spend sync matching, and with a deadline of 0.5 seconds it immediately times out.
    
    Add support for parameterizing the configuration file to use. This will allow us to have several scenarios that we evaluate any matching changes against.
    
    Rather than running for a fixed time, run until the expected number of tasks have been consumed. This allows for the benchmark to be used as a measure of throughput and also makes it run faster for short lived scenarios.
    natemort committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    cdc57be View commit details
    Browse the repository at this point in the history