-
Notifications
You must be signed in to change notification settings - Fork 3
Performance tests #274
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
Open
huntharo
wants to merge
9
commits into
main
Choose a base branch
from
performance-tests
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Performance tests #274
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
📊 DotNet Code Coverage Report
|
📊 Rust Code Coverage Report
|
🚀 Deployment URLsApplication Load Balancer (ALB)
Network Load Balancer (NLB)
🧪 Test EndpointsBasic Tests# Simple ping test
curl -v https://lambdadispatch-pr-274.ghpublic.pwrdrvr.com/ping
# View request headers
curl https://lambdadispatch-pr-274.ghpublic.pwrdrvr.com/headers
# Delayed response (milliseconds)
curl https://lambdadispatch-pr-274.ghpublic.pwrdrvr.com/delay?delay=500 Load/Performance Tests# Ping test with 100 concurrent requests (Hey)
hey -h2 -c 100 -n 10000 https://lambdadispatch-pr-274.ghpublic.pwrdrvr.com/ping
# Ping test with controlled concurrency (oha)
oha -c 20 -z 60s https://lambdadispatch-pr-274.ghpublic.pwrdrvr.com/ping
# Post and echo data
curl -X POST -H "Content-Type: text/plain" --data "Hello World" https://lambdadispatch-pr-274.ghpublic.pwrdrvr.com/echo Advanced Features# Chunked/streaming response
curl https://lambdadispatch-pr-274.ghpublic.pwrdrvr.com/chunked-response
# Read from S3
curl https://lambdadispatch-pr-274.ghpublic.pwrdrvr.com/read-s3
# Read from DynamoDB
curl https://lambdadispatch-pr-274.ghpublic.pwrdrvr.com/read Deployment updated: https://github.com/pwrdrvr/lambda-dispatch/actions/runs/14421997652 |
3560d36
to
1a8e712
Compare
🚀 Performance Test Results
Note: Tests run against the /ping endpoint for 60 seconds each. Last updated: 2025-04-12T18:04:03.982Z |
3b6a3b4
to
b82cf42
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.