feat: redesign landing page + batch benchmarks#1
Open
kitsune-hash wants to merge 5 commits intomainfrom
Open
Conversation
added 5 commits
February 8, 2026 21:17
- Compare Runqy vs Celery vs BullMQ - Throughput and P99 latency metrics - Interactive bar charts - Transparent methodology section - Context on when to use Runqy Benchmark data from reproducible tests: - 1K, 10K, 50K jobs - Concurrent submissions (10-100 threads) - Local Redis, same machine Key findings: - BullMQ: highest throughput (native Redis pipelines) - Celery: good throughput, variable P99 latency - Runqy: consistent latency, HTTP overhead acceptable for ML workloads
- Add Temporal data (estimated) alongside Runqy, Celery, BullMQ - Add Temporal analysis card - Add footnotes about estimated values - Update meta description
- 1K: 330 workflows/s (was estimated 187) - 10K: 278 workflows/s (was estimated 157) - 50K: 240 workflows/s (was estimated 143) Removed estimate disclaimers.
New throughput: 2921-3001 jobs/s (3x faster than before) Now beats Celery by 3x, second only to BullMQ.
- Redesigned landing page with proper sections: features, how it works, use cases, comparison table, integrations, quickstart, why open-source - Added navigation header with anchor links - Added stats bar with throughput numbers - Added professional 4-column footer - Added comparison table vs Celery/BullMQ/Temporal - Added batch endpoint benchmarks (12.8K-16.5K jobs/s) - Added direct Redis bulk benchmark (~83K jobs/s) - Improved SEO meta tags - All styling uses Skeleton.dev classes only (zero custom CSS)
This file contains hidden or 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
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.
Changes
Landing Page Redesign
Benchmarks
Constraints