{"id":16701960,"url":"https://github.com/lpgauth/httpc_bench","last_synced_at":"2025-04-10T04:21:27.720Z","repository":{"id":67521738,"uuid":"83166139","full_name":"lpgauth/httpc_bench","owner":"lpgauth","description":"Erlang HTTP client benchmarks ","archived":false,"fork":false,"pushed_at":"2020-11-17T00:59:17.000Z","size":748,"stargazers_count":12,"open_issues_count":0,"forks_count":8,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-24T05:36:08.873Z","etag":null,"topics":["benchmarks","client","erlang","http"],"latest_commit_sha":null,"homepage":"","language":"Erlang","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/lpgauth.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-02-25T22:05:56.000Z","updated_at":"2024-07-25T16:53:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"ecb27e8e-e6da-44d8-99c4-27a02ae6c56c","html_url":"https://github.com/lpgauth/httpc_bench","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpgauth%2Fhttpc_bench","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpgauth%2Fhttpc_bench/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpgauth%2Fhttpc_bench/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpgauth%2Fhttpc_bench/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpgauth","download_url":"https://codeload.github.com/lpgauth/httpc_bench/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248155436,"owners_count":21056638,"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","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":["benchmarks","client","erlang","http"],"created_at":"2024-10-12T18:46:18.648Z","updated_at":"2025-04-10T04:21:27.707Z","avatar_url":"https://github.com/lpgauth.png","language":"Erlang","readme":"# httpc bench\nErlang HTTP client benchmarking suite\n\n## How-to\n#### Starting  server:\n\n```\n./bin/server.sh\nServer started...\n```\n\n#### Running benchmark:\n\n```\n./bin/run.sh\nRunning benchmark...\n```\n\n## Benchmarks\n\n#### Methodology\n\nBenchmarks were executed on two servers, one client and one server.\n\n- 2 x 48 Xeon cores @ 2.20GHz + 256 GB ram + SSDs\n- Latency between the two servers \u003c 0.1 ms\n- Erlang 19.2.1\n\n#### Results\n\n```\nClient  PoolSize  Concurency  Requests/s  Error %\n=================================================\nbuoy           8          32      119826      0.0\nbuoy           8          64      186194      0.0\nbuoy           8         128      331073      0.0\nbuoy           8         512      341541      0.0\nbuoy           8        2048      209898      1.0\nbuoy           8        4096      218127      4.8\nbuoy          16          32      125243      0.0\nbuoy          16          64      200209      0.0\nbuoy          16         128      352494      0.0\nbuoy          16         512      718733      0.0\nbuoy          16        2048      388013      0.9\nbuoy          16        4096      365529      1.7\nbuoy          32          32      122525      0.0\nbuoy          32          64      193189      0.0\nbuoy          32         128      318713      0.0\nbuoy          32         512      857231      0.0\nbuoy          32        2048      632805      0.6\nbuoy          32        4096      590763      1.7\nbuoy          64          32      129109      0.0\nbuoy          64          64      175840      0.0\nbuoy          64         128      254174      0.0\nbuoy          64         512      718346      0.0\nbuoy          64        2048     1044965      0.0\nbuoy          64        4096      973609      1.0\nbuoy         128          32      127520      0.0\nbuoy         128          64      166182      0.0\nbuoy         128         128      225290      0.0\nbuoy         128         512      463867      0.0\nbuoy         128        2048     1013447      0.0\nbuoy         128        4096     1069773      0.0\nbuoy         256          32      129234      0.0\nbuoy         256          64      162817      0.0\nbuoy         256         128      209603      0.0\nbuoy         256         512      298300      0.0\nbuoy         256        2048      851399      0.0\nbuoy         256        4096     1059819      0.0\ndlhttpc        8          32       19586     90.9\ndlhttpc        8          64       12100     94.8\ndlhttpc        8         128        8058     96.8\ndlhttpc        8         512        2859     98.8\ndlhttpc        8        2048         752     99.7\ndlhttpc        8        4096         424     99.8\ndlhttpc       16          32       37658     77.8\ndlhttpc       16          64       24821     88.6\ndlhttpc       16         128       14248     93.5\ndlhttpc       16         512        5072     97.8\ndlhttpc       16        2048        1453     99.4\ndlhttpc       16        4096        1079     99.5\ndlhttpc       32          32       54556     49.6\ndlhttpc       32          64       47221     82.2\ndlhttpc       32         128       28468     86.8\ndlhttpc       32         512       10364     95.5\ndlhttpc       32        2048        4198     98.2\ndlhttpc       32        4096        1776     99.3\ndlhttpc       64          32       64276      0.0\ndlhttpc       64          64       73068     58.0\ndlhttpc       64         128       53261     78.6\ndlhttpc       64         512       18615     91.7\ndlhttpc       64        2048        5566     97.6\ndlhttpc       64        4096        4310     98.2\ndlhttpc      128          32       64222      0.0\ndlhttpc      128          64       81752      0.1\ndlhttpc      128         128       88833     64.0\ndlhttpc      128         512       39450     81.8\ndlhttpc      128        2048       15848     93.0\ndlhttpc      128        4096        7388     96.8\ndlhttpc      256          32       62939      0.0\ndlhttpc      256          64       80095      0.0\ndlhttpc      256         128       93178      0.2\ndlhttpc      256         512       85240     71.0\ndlhttpc      256        2048       18489     91.7\ndlhttpc      256        4096       13573     94.0\nhackney        8          32       21939      0.0\nhackney        8          64       21567      0.0\nhackney        8         128       21419      0.0\nhackney        8         512       22577      0.0\nhackney        8        2048       22033      0.0\nhackney        8        4096       23061      0.0\nhackney       16          32       37085      0.0\nhackney       16          64       38795      0.0\nhackney       16         128       38606      0.0\nhackney       16         512       38721      0.0\nhackney       16        2048       37977      0.0\nhackney       16        4096       36915      0.0\nhackney       32          32       24108      0.0\nhackney       32          64       35456      0.0\nhackney       32         128       34723      0.0\nhackney       32         512       32897      0.0\nhackney       32        2048       32439      0.0\nhackney       32        4096       33144      0.0\nhackney       64          32       24273      0.0\nhackney       64          64       21217      0.0\nhackney       64         128       28438      0.0\nhackney       64         512       27976      0.0\nhackney       64        2048       26185      0.0\nhackney       64        4096       26419      0.0\nhackney      128          32       24308      0.0\nhackney      128          64       21189      0.0\nhackney      128         128       17751      0.0\nhackney      128         512       22017      0.0\nhackney      128        2048       21547      0.0\nhackney      128        4096       20482      0.0\nhackney      256          32       23976      0.0\nhackney      256          64       21227      0.0\nhackney      256         128       17859      0.0\nhackney      256         512       15659      0.0\nhackney      256        2048       15386      0.0\nhackney      256        4096       15007      0.0\nhttpc          8          32       10697      0.0\nhttpc          8          64       11190      0.0\nhttpc          8         128       10998      0.0\nhttpc          8         512       11522      0.0\nhttpc          8        2048       11498      0.0\nhttpc          8        4096       10594      0.0\nhttpc         16          32       11571      0.0\nhttpc         16          64       11150      0.0\nhttpc         16         128       11288      0.0\nhttpc         16         512       11095      0.0\nhttpc         16        2048       11163      0.0\nhttpc         16        4096       11142      0.0\nhttpc         32          32       11368      0.0\nhttpc         32          64       11367      0.0\nhttpc         32         128       11170      0.0\nhttpc         32         512       11821      0.0\nhttpc         32        2048       11616      0.0\nhttpc         32        4096       11090      0.0\nhttpc         64          32       11785      0.0\nhttpc         64          64       11737      0.0\nhttpc         64         128       11393      0.0\nhttpc         64         512       11360      0.0\nhttpc         64        2048       11233      0.0\nhttpc         64        4096       11100      0.0\nhttpc        128          32       11606      0.0\nhttpc        128          64       11636      0.0\nhttpc        128         128       11065      0.0\nhttpc        128         512       11346      0.0\nhttpc        128        2048       11258      0.0\nhttpc        128        4096       10301      0.0\nhttpc        256          32       11717      0.0\nhttpc        256          64       11333      0.0\nhttpc        256         128       11453      0.0\nhttpc        256         512       11532      0.0\nhttpc        256        2048        5691      0.0\nhttpc        256        4096       13707      0.0\nibrowse        8          32       41845      0.0\nibrowse        8          64       71028      0.0\nibrowse        8         128       72552      0.0\nibrowse        8         512       72211      0.0\nibrowse        8        2048       69884      0.0\nibrowse        8        4096       67963      0.0\nibrowse       16          32       47295      0.0\nibrowse       16          64       48366      0.0\nibrowse       16         128       46622      0.0\nibrowse       16         512       44920      0.0\nibrowse       16        2048       41558      0.0\nibrowse       16        4096       42641      0.0\nibrowse       32          32       39493      0.0\nibrowse       32          64       39279      0.0\nibrowse       32         128       38824      0.0\nibrowse       32         512       35935      0.0\nibrowse       32        2048       33300      0.0\nibrowse       32        4096       33858      0.0\nibrowse       64          32       31731      0.0\nibrowse       64          64       31934      0.0\nibrowse       64         128       31486      0.0\nibrowse       64         512       30234      0.0\nibrowse       64        2048       28227      0.0\nibrowse       64        4096       28896      0.0\nibrowse      128          32       24398      0.0\nibrowse      128          64       23929      0.0\nibrowse      128         128       23849      0.0\nibrowse      128         512       22704      0.0\nibrowse      128        2048       21853      0.0\nibrowse      128        4096       21759      0.0\nibrowse      256          32       16691      0.0\nibrowse      256          64       15802      0.0\nibrowse      256         128       15812      0.0\nibrowse      256         512       15857      0.0\nibrowse      256        2048       15920      0.0\nibrowse      256        4096       15692      0.0\nkatipo         8          32       91396      0.0\nkatipo         8          64      107900      0.0\nkatipo         8         128       69101      0.0\nkatipo         8         512       54399      0.0\nkatipo         8        2048       56377      0.0\nkatipo         8        4096       56577      0.0\nkatipo        16          32       83768      0.0\nkatipo        16          64       65297      0.0\nkatipo        16         128       56686      0.0\nkatipo        16         512       51078      0.0\nkatipo        16        2048       53921      0.0\nkatipo        16        4096       53943      0.0\nkatipo        32          32       63544      0.0\nkatipo        32          64       51159      0.0\nkatipo        32         128       47105      0.0\nkatipo        32         512       49193      0.0\nkatipo        32        2048       53267      0.0\nkatipo        32        4096       53363      0.0\nkatipo        64          32       55178      0.0\nkatipo        64          64       51926      0.0\nkatipo        64         128       46058      0.0\nkatipo        64         512       47370      0.0\nkatipo        64        2048       53081      0.0\nkatipo        64        4096       52890      0.0\nkatipo       128          32       76074      0.0\nkatipo       128          64       47678      0.0\nkatipo       128         128       45580      0.0\nkatipo       128         512       46820      0.0\nkatipo       128        2048       49405      0.0\nkatipo       128        4096       51228      0.0\nkatipo       256          32       82793      0.0\nkatipo       256          64       47563      0.0\nkatipo       256         128       44042      0.0\nkatipo       256         512       45413      0.0\nkatipo       256        2048       47326      0.0\nkatipo       256        4096       48530      0.0\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpgauth%2Fhttpc_bench","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpgauth%2Fhttpc_bench","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpgauth%2Fhttpc_bench/lists"}