{"id":19602484,"url":"https://github.com/jmdisuanco/node-framework-benchmarker","last_synced_at":"2026-05-12T22:39:23.925Z","repository":{"id":44159470,"uuid":"172921724","full_name":"jmdisuanco/node-framework-benchmarker","owner":"jmdisuanco","description":"Benchmarker for web frameworks","archived":false,"fork":false,"pushed_at":"2022-12-09T14:05:32.000Z","size":143,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T15:45:23.563Z","etag":null,"topics":["benchmark","benchmarking","framework","microservice","nodejs","webservice"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/jmdisuanco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-27T13:34:16.000Z","updated_at":"2019-10-10T07:47:56.000Z","dependencies_parsed_at":"2023-01-25T16:46:32.498Z","dependency_job_id":null,"html_url":"https://github.com/jmdisuanco/node-framework-benchmarker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmdisuanco/node-framework-benchmarker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmdisuanco%2Fnode-framework-benchmarker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmdisuanco%2Fnode-framework-benchmarker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmdisuanco%2Fnode-framework-benchmarker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmdisuanco%2Fnode-framework-benchmarker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmdisuanco","download_url":"https://codeload.github.com/jmdisuanco/node-framework-benchmarker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmdisuanco%2Fnode-framework-benchmarker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32960295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","framework","microservice","nodejs","webservice"],"created_at":"2024-11-11T09:24:28.054Z","updated_at":"2026-05-12T22:39:23.889Z","avatar_url":"https://github.com/jmdisuanco.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node Framework Benchmarker\n\nBenchmarking tool for various nodejs web framework\n\n- Currently benchmarking servers that resturns strinigified JSON Objects using built-in or if non using Node's JSON.stringify()\n\n## Installation\n\n- `git clone https://github.com/jmdisuanco/node-framework-benchmarker.git`\n- `cd node-framework-benchmarker`\n- `npm install`\n\n## Run a Benchmarking Test\n\n- `npm start`\n- report files will be saved inside data directory\n  - `report.json`\n  - `summary.md`\n\n## To Add a Node Framework\n\n- Create a file inside frameworks directory where the filename is the name of the package example for Pinipig Framework filename is pinipig.js\n- Important note : make sure your script console.log something on server start\n- refer on the files inside frameworks directory\n\n## To add a framework\n\n- update the `package.json`\n- and a server file inside frameworks directory\n- Test\n- and submit a PR\n\n# What's inside\n\n- Autocannon!\n\n#Sample summary report\n\n# Environment\n\n| Model                                     | Cores | Ram (gb) |\n| ----------------------------------------- | ----- | -------- |\n| Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz | 8     | 16       |\n\n# Benchmark Summary\n\n| Framework | Version | Req/sec |\n| --------- | ------- | ------- |\n| pinipig   | ^1.3.15 | 40219   |\n| bare      |         | 26235   |\n| polka     | ^0.5.2  | 24978   |\n| fastify   | ^2.0.0  | 24713   |\n| hapi      | ^18.1.0 | 10740   |\n| express   | ^4.16.4 | 10394   |\n\n# Configuration Used\n\n```javascript\n    {\n  \"port\": 5000,\n  \"url\": \"http://localhost\",\n  \"connections\": 100,\n  \"pipelining\": 10,\n  \"duration\": 5\n}\n```\n\nReport generated by [node-framework-benchmarker](https://github.com/jmdisuanco/node-framework-benchmarker)\n\n# Contribution\n\n- Pull Requests are welcome :)\n\n# License\n\nMIT License\n\nCopyright (c) 2019 John Martin R. Disuanco\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmdisuanco%2Fnode-framework-benchmarker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmdisuanco%2Fnode-framework-benchmarker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmdisuanco%2Fnode-framework-benchmarker/lists"}