{"id":15405055,"url":"https://github.com/razum2um/hello-http-bench","last_synced_at":"2026-04-20T03:34:20.097Z","repository":{"id":139073456,"uuid":"105515893","full_name":"razum2um/hello-http-bench","owner":"razum2um","description":"Benchmarking of hello-world HTTP-servers","archived":false,"fork":false,"pushed_at":"2017-10-02T23:03:11.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T02:48:10.805Z","etag":null,"topics":["clojure","http-server","python","rust"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/razum2um.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}},"created_at":"2017-10-02T09:04:34.000Z","updated_at":"2017-10-03T11:31:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"bfe47be8-5158-45c3-a1f5-d796d4214884","html_url":"https://github.com/razum2um/hello-http-bench","commit_stats":{"total_commits":23,"total_committers":3,"mean_commits":7.666666666666667,"dds":"0.13043478260869568","last_synced_commit":"967ce8abec3f5c87b1b03dd84e7b494c90817ba2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/razum2um/hello-http-bench","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razum2um%2Fhello-http-bench","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razum2um%2Fhello-http-bench/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razum2um%2Fhello-http-bench/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razum2um%2Fhello-http-bench/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/razum2um","download_url":"https://codeload.github.com/razum2um/hello-http-bench/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razum2um%2Fhello-http-bench/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32031619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["clojure","http-server","python","rust"],"created_at":"2024-10-01T16:14:54.649Z","updated_at":"2026-04-20T03:34:20.079Z","avatar_url":"https://github.com/razum2um.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello World via HTTP\n\nAll servers configured to have 1 thread handling requests\n\nTested with `wrk -t 1 http://localhost:.../`\n\nHardware: Ubuntu Trusty, i7-3770@3.40GHz\n\n## Rust\n\n\u003e rust 1.22.0-nightly (f1b5225e8 2017-10-01), iron 0.4.0\n\n```\ncd hello-http-rust\ncargo build --release\n./target/release/hello-http-rust\n```\n\n```\n$ wrk -t 1 http://localhost:8286/\n\nRunning 10s test @ http://localhost:8286/\n  1 threads and 10 connections\n  Thread Stats   Avg      Stdev     Max   +/- Stdev\n    Latency   217.77us    0.97ms  24.04ms   97.24%\n    Req/Sec   104.30k    10.05k  119.89k    69.31%\n  1047663 requests in 10.10s, 123.89MB read\nRequests/sec: 103730.81\nTransfer/sec:     12.27MB\n```\n\n## Ruby\n\n\u003e Ruby 2.4.1, puma 3.10.0\n\n```\ngem install puma\npuma -t 1:1 -q\n```\n\n```\n$ wrk -t 1 http://localhost:9292/\n\nRunning 10s test @ http://localhost:9292/\n  1 threads and 10 connections\n  Thread Stats   Avg      Stdev     Max   +/- Stdev\n    Latency    52.48us   46.34us   4.49ms   99.66%\n    Req/Sec    19.09k   620.84    20.07k    69.00%\n  189876 requests in 10.00s, 15.75MB read\nRequests/sec:  18987.04\nTransfer/sec:      1.58MB\n```\n\n## Clojure\n\n\u003e java 1.8.0_141, clojure 1.8.0, undertow-1.4.20\n\n```\nlein uberjar\njava -jar target/uberjar/hello-http-bench-0.1.0-SNAPSHOT-standalone.jar tutorial undertow\n```\n\n\n```\nwrk -t 1 http://localhost:8288/\n\nRunning 10s test @ http://localhost:8288/\n  1 threads and 10 connections\n  Thread Stats   Avg      Stdev     Max   +/- Stdev\n    Latency     1.08ms    3.55ms  46.01ms   93.14%\n    Req/Sec    70.88k     6.13k   84.35k    69.00%\n  704280 requests in 10.00s, 83.96MB read\nRequests/sec:  70425.71\nTransfer/sec:      8.40MB\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazum2um%2Fhello-http-bench","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frazum2um%2Fhello-http-bench","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazum2um%2Fhello-http-bench/lists"}