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

Issue 109 - Limit to 1 worker thread in Router #110

Merged
merged 3 commits into from
Feb 4, 2024

Conversation

huntharo
Copy link
Contributor

@huntharo huntharo commented Jan 28, 2024

Results

  • Deployed on ECS
    • 1 CPU: 4000 RPS -> 4500-5000 RPS with -c 100 on /ping
    • Same response time and RPS rate as directlambda
  • Locally
    • Cuts CPU from 380% to 120%
    • -c 10 on /ping

Video Review of Performance Improvement - YouTube

Click to view on YouTube

DotNot as efficient as Rust?

Fixes #109

@huntharo huntharo self-assigned this Jan 28, 2024
@huntharo huntharo merged commit 23c4357 into main Feb 4, 2024
8 checks passed
@huntharo huntharo deleted the issue-109/dotnet-cpu-reduction branch February 4, 2024 22:18
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.

Router - Document DotNet High CPU Usage
1 participant