{"id":18060548,"url":"https://github.com/im-beast/http_benchmarks","last_synced_at":"2026-03-04T23:32:31.984Z","repository":{"id":177373833,"uuid":"660255499","full_name":"Im-Beast/http_benchmarks","owner":"Im-Beast","description":"🏎️ Deno web frameworks raced against each other","archived":false,"fork":false,"pushed_at":"2023-08-20T16:23:40.000Z","size":858,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T07:28:30.921Z","etag":null,"topics":["benchmark","benchmarking","deno","http","performance","speed","test","testing","web","web-framework"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Im-Beast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-06-29T15:32:21.000Z","updated_at":"2025-08-27T13:19:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"c868ee74-b1a9-426d-8d00-3685b084deec","html_url":"https://github.com/Im-Beast/http_benchmarks","commit_stats":{"total_commits":73,"total_committers":3,"mean_commits":"24.333333333333332","dds":0.04109589041095896,"last_synced_commit":"644452b4a02dc716ee34ebd515dcecc8ddd1cb9a"},"previous_names":["im-beast/http_benchmarks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Im-Beast/http_benchmarks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Beast%2Fhttp_benchmarks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Beast%2Fhttp_benchmarks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Beast%2Fhttp_benchmarks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Beast%2Fhttp_benchmarks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Im-Beast","download_url":"https://codeload.github.com/Im-Beast/http_benchmarks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Beast%2Fhttp_benchmarks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30099418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T23:31:22.529Z","status":"ssl_error","status_checked_at":"2026-03-04T23:31:22.112Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["benchmark","benchmarking","deno","http","performance","speed","test","testing","web","web-framework"],"created_at":"2024-10-31T04:09:15.184Z","updated_at":"2026-03-04T23:32:31.963Z","avatar_url":"https://github.com/Im-Beast.png","language":"TypeScript","readme":"# HTTP Benchmarks\n\n### 🏎️ List of web frameworks for [Deno](https://deno.land/) raced against each other\n\nCheck benchmarks here:\n\n|                          Name                          | Description                                                                                                                                                                                                                                                                                                                      |\n| :----------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n|     [Hello world](./results/hello_world/README.md)     | Server responds with simple `\"hello world\"` text                                                                                                                                                                                                                                                                                 |\n|     [File server](./results/file_server/README.md)     | Static file server, where server needs to respond with files in given directory                                                                                                                                                                                                                                                  |\n| [Multiple routes](./results/multiple_routes/README.md) | Server with multiple routes: \u003cul\u003e \u003cli\u003e `/hello_world (GET)` – returns `\"hello world\"`\u003c/li\u003e \u003cli\u003e `/random_number (GET)` – returns random number from 0 to 1\u003c/li\u003e \u003cli\u003e `plus_1 (POST)` – adds 1 to the counter \u003c/li\u003e\u003cli\u003e `minus_1 (POST)` – subtracts 1 from the counter \u003c/li\u003e\u003cli\u003e `count (GET)` – return counter value\u003c/li\u003e \u003c/ul\u003e |\n\nMore benchmarks are planned! \u003cbr\u003e However if you have an idea for real-world scenario that frameworks speed should be\ntested for, please create an issue about it!\n\n## 🏁 Benchmarking\n\nBenchmarks are done on my PC! \u003cbr\u003e This is because `Github Actions` is too slow to unleash the beast from some of the\nframeworks and provides unreliable results.\n\nMy CPU is an `AMD Ryzen 7 5700G` and is cooled well enough where temps don't exceed 55°C during heavy-use. \u003cbr\u003e I make\nsure that nothing is running in the background while doing benchmarks.\n\nBenchmarks are run after:\n\n- Every update to any of the modules\n- Change has been made to source code of benchmarking tool\n- New benchmarks have been added\n- New Deno version is out\n\n## 🤝 Contributing\n\n**http_benchmarks** is open for any contributions.\n\u003cbr /\u003e If you feel like you can enhance this project - please open an issue and/or pull request.\n\nThis project follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) spec.\n\nBenchmark code should look like so:\u003cbr\u003e _Description is optional, you can leave it as empty string._\n\n```ts\nexport const NAME = \"\";\nexport const DESCRIPTION = \"\";\nexport const VERSION = \"\";\n\nif (import.meta.main) {\n  // ...your framework code\n}\n```\n\n## 🙏 To dear web framework developers\n\nIf you can, please contribute to this project by creating a pull request where you add code for benchmarks for your\nframework. \u003cbr\u003e I should be able to update versions of them myself from that time, and I'll try to add as many\nbenchmarks as I can.\n\u003c/br\u003e However that'd make it a lot easier, since you know how to write code for that framework better (and faster!).\n\n## 📝 Licensing\n\nThis project is available under **MIT** License conditions.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fim-beast%2Fhttp_benchmarks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fim-beast%2Fhttp_benchmarks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fim-beast%2Fhttp_benchmarks/lists"}