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 Poisson distributed requests for benchmark #131

Merged
merged 16 commits into from
Sep 20, 2024

Conversation

CharleneHu-42
Copy link
Contributor

Description

Support the generation of requests that follows poisson distribution in benchmark.
User can set requests to poisson distribution and configure average request arrival rate in benchmark.yaml as:

  load_shape:              # Tenant concurrency pattern
    name: poisson
...
      poisson:                 # Poisson load shape specific parameters, activate only if load_shape is poisson
        arrival-rate: 1.0        # Request arrival rate

Issues

N/A

Type of change

  • New feature (non-breaking change which adds new functionality)

Dependencies

None

Tests

Local tests

lkk12014402 pushed a commit that referenced this pull request Sep 19, 2024
Signed-off-by: chensuyue <suyue.chen@intel.com>
Copy link
Collaborator

@Zhenzhong1 Zhenzhong1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Including some performance data or conclusions for different kinds of request distribution in this PR would be great if available.

@lvliang-intel lvliang-intel merged commit 7305ea3 into opea-project:main Sep 20, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants