Skip to content

feat(benchmarks): add 100K scale benchmark suite - #136

Closed
santoshkumarradha wants to merge 1 commit into
mainfrom
santosh/bench
Closed

feat(benchmarks): add 100K scale benchmark suite#136
santoshkumarradha wants to merge 1 commit into
mainfrom
santosh/bench

Conversation

@santoshkumarradha

Copy link
Copy Markdown
Member
  • Go SDK: 100K handlers in 16.4ms, 8.1M req/s throughput
  • Python SDK benchmark with memory profiling
  • LangChain baseline for comparison
  • Seaborn visualizations for technical documentation

Results demonstrate Go SDK advantages:

  • ~3,000x faster registration than LangChain at scale
  • ~32x more memory efficient per handler
  • ~520x higher theoretical throughput

Summary

Testing

  • ./scripts/test-all.sh
  • Additional verification (please describe):

Checklist

  • I updated documentation where applicable.
  • I added or updated tests (or none were needed).
  • I updated CHANGELOG.md (or this change does not warrant a changelog entry).

Screenshots (if UI-related)

Related issues

- Go SDK: 100K handlers in 16.4ms, 8.1M req/s throughput
- Python SDK benchmark with memory profiling
- LangChain baseline for comparison
- Seaborn visualizations for technical documentation

Results demonstrate Go SDK advantages:
- ~3,000x faster registration than LangChain at scale
- ~32x more memory efficient per handler
- ~520x higher theoretical throughput
santoshkumarradha added a commit that referenced this pull request Jun 9, 2026
Adds npm "overrides" entry pinning all transitive copies of postcss to the
direct dependency version (8.5.15), removing the nested 8.4.31 bundled inside
Next.js. Closes Dependabot alert #136 (GHSA for PostCSS \</style\> XSS).
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.

1 participant