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

Support huge (>1e9 element/sec) quotas #207

Merged
merged 5 commits into from
Sep 23, 2023
Merged

Support huge (>1e9 element/sec) quotas #207

merged 5 commits into from
Sep 23, 2023

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    b3291f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e821f4 View commit details
    Browse the repository at this point in the history
  3. Ensure tau gets set to _some_ value

    In situations where we deal with tiny replenishment intervals (<1ns),
    we must ensure that the max burst size _per nanosecond_ still is not
    zero. Thus, ensure that we multiply the burst size by the maximum of 1
    and the replenishment interval.
    antifuchs committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a8205b9 View commit details
    Browse the repository at this point in the history
  4. Reduce the number of stress-test iterations

    The bug, if it regressed, would trigger at very low iteration counts
    already, so let's not consume so much time.
    antifuchs committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    85a6a99 View commit details
    Browse the repository at this point in the history
  5. Changelog

    antifuchs committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    29c27d7 View commit details
    Browse the repository at this point in the history