{"id":26148988,"url":"https://github.com/codedynasty-dev/jetpath-benchmark","last_synced_at":"2025-08-22T07:05:41.539Z","repository":{"id":208223203,"uuid":"721104655","full_name":"CodeDynasty-dev/jetpath-benchmark","owner":"CodeDynasty-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-26T21:48:31.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-10T13:34:56.216Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeDynasty-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-11-20T11:15:12.000Z","updated_at":"2025-04-26T21:48:34.000Z","dependencies_parsed_at":"2025-02-25T02:26:28.945Z","dependency_job_id":"b0a520a6-5bcf-4b72-9682-5df7af5f798f","html_url":"https://github.com/CodeDynasty-dev/jetpath-benchmark","commit_stats":null,"previous_names":["fridaycandour/jetpath-benchmark","uiedbook/jetpath-benchmark","codedynasty-foo/jetpath-benchmark","codedynasty-dev/jetpath-benchmark"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeDynasty-dev/jetpath-benchmark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDynasty-dev%2Fjetpath-benchmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDynasty-dev%2Fjetpath-benchmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDynasty-dev%2Fjetpath-benchmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDynasty-dev%2Fjetpath-benchmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeDynasty-dev","download_url":"https://codeload.github.com/CodeDynasty-dev/jetpath-benchmark/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDynasty-dev%2Fjetpath-benchmark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271600469,"owners_count":24787828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-11T05:22:31.879Z","updated_at":"2025-08-22T07:05:41.528Z","avatar_url":"https://github.com/CodeDynasty-dev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Benchmark\n\nThis benchmark is bun based, this is an aim to test with bun fastest frameworks.\n\n# Results\n\n---\n\n- OS: EndeavourOS Linux x86_64\n- Host: 81MV Lenovo IdeaPad S145-15IWL\n- Kernel: 6.4.8-arch1-1\n- Shell: bash 5.1.16\n\nThis makes Jetpath one of bun's fastest frameworks and also among the fastest on\nNode and deno.\n\n# how to run this benchmark\n\nclone this repo bun ins and run these scripts\n\n```bash\nbun run elysia\nbun run jetpath\nbun run bench\n```\n\n# Jetpath-benchmark\n\n## Server Performance Comparison (JETPATH vs ELYSIA)\n\n**Benchmark Details:**\n\n- **Tool:** oha\n- **Workload:** 1,000,000 requests @ 1,000 concurrent connections (following warm-up)\n- **Servers:** JETPATH (localhost:3000), ELYSIA (localhost:3001)\n\n---\n\n### Key Metrics Summary\n\n| Metric                   | JETPATH (localhost:3000) | ELYSIA (localhost:3001) | Comparison Summary                                                            |\n| :----------------------- | :----------------------- | :---------------------- | :---------------------------------------------------------------------------- |\n| **Success Rate**         | 100.00%                  | 100.00%                 | Both servers handled all requests successfully.                               |\n| **Total Time**           | **31.84 seconds**        | 32.80 seconds           | JETPATH finished **~2.9% faster**.                                            |\n| **Requests/Second**      | **31,409 req/sec**       | 30,490 req/sec          | JETPATH processed **~3.0% more requests/sec**.                                |\n| **Average Latency**      | **31.8 ms**              | 32.7 ms                 | JETPATH had **~2.7% lower average latency**.                                  |\n| **Median (50%) Latency** | 31.2 ms                  | **22.4 ms**             | ELYSIA is **~28.2% faster** for the median request.                           |\n| **95% Latency**          | **66.0 ms**              | 97.8 ms                 | JETPATH is **~32.5% faster** for 95% of requests.                             |\n| **99% Latency**          | **113.9 ms**             | 175.7 ms                | JETPATH is **~35.2% faster** for 99% of requests.                             |\n| **Slowest Latency**      | **0.22 seconds**         | 1.97 seconds            | JETPATH's slowest response was **~89% faster** than ELYSIA's extreme outlier. |\n\n---\n\n### Conclusion\n\nJETPATH shows slightly higher overall throughput and lower average latency. However, ELYSIA demonstrates faster performance for the typical request (median latency). Critically, JETPATH exhibits significantly better latency consistency, particularly for the slowest requests (95th, 99th percentiles, and absolute slowest), avoiding the severe latency spikes seen in ELYSIA.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedynasty-dev%2Fjetpath-benchmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedynasty-dev%2Fjetpath-benchmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedynasty-dev%2Fjetpath-benchmark/lists"}