{"id":18776244,"url":"https://github.com/tgrziminiar/echo-vs-fiber","last_synced_at":"2026-05-07T10:38:24.944Z","repository":{"id":218182221,"uuid":"745811808","full_name":"TGRZiminiar/Echo-VS-Fiber","owner":"TGRZiminiar","description":"Testbench FIber Vs Echo","archived":false,"fork":false,"pushed_at":"2024-01-20T08:09:05.000Z","size":682,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T02:43:33.611Z","etag":null,"topics":["go","go-echo","go-fiber","grafana","k6","testbench"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/TGRZiminiar.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":"2024-01-20T08:01:05.000Z","updated_at":"2024-01-20T08:10:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"d31945e4-f9af-4aea-af31-4f06725b1948","html_url":"https://github.com/TGRZiminiar/Echo-VS-Fiber","commit_stats":null,"previous_names":["tgrziminiar/echo-vs-fiber"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TGRZiminiar/Echo-VS-Fiber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TGRZiminiar%2FEcho-VS-Fiber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TGRZiminiar%2FEcho-VS-Fiber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TGRZiminiar%2FEcho-VS-Fiber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TGRZiminiar%2FEcho-VS-Fiber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TGRZiminiar","download_url":"https://codeload.github.com/TGRZiminiar/Echo-VS-Fiber/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TGRZiminiar%2FEcho-VS-Fiber/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267986443,"owners_count":24176632,"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-07-31T02:00:08.723Z","response_time":66,"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":["go","go-echo","go-fiber","grafana","k6","testbench"],"created_at":"2024-11-07T19:45:26.863Z","updated_at":"2026-05-07T10:38:24.866Z","avatar_url":"https://github.com/TGRZiminiar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TestBench Fiber Vs Echo\nUsing my own labtop to test the result might not be 100% accuracy\n\nThis test use 30 virtual user that always send a request into a server for 3 minutes\n\n## Spec\n- Apple M1\n- 8 GB Memory\n- 512 MB Disk\n\n## Tools\n- K6\n- Grafana\n- Golang\n\n\n## Echo Test Result\n![Echo Test](asset/echo.png)\n\n## Fiber Test Result\n![Fiber Test](asset/fiber.png)\n\n## Result\n| Topic             | Echo    | Fiber   | Winner |\n|-------------------|---------|---------|--------|\n| Request Make      | 3352    | 3677    | Fiber  |\n| P95 RESPONSE TIME | 2 245ms | 1 733ms | Fiber  |\n\n## Step Of Testing\n### 1.Install k6\n```\nbrew install k6\n```\n\n### 2.Create Golang server for echo and fiber\n- Source code can be found in repo\n\n### 3.Write script test\nIn this test I use 30 virtual user send request for 3 minutes long\n```\nexport const options = {\n    vus: 30,\n  duration: '3m',\n  ext: {\n    loadimpact: {\n      projectID: XXXXX,\n      name: 'Test Fiber (20/01/2024)'\n    }\n  }\n};\n```\n\n### 4. Login to Grafana\n```\nk6 login cloud --token  xxxxxxxxxxxxx\n```\n\n### 5. Start a Golang server and run a script\nIn both echo and fiber use the same command to start a server\n```\ngo run main.go\n```\n\nRunning script\n```\nk6 cloud script/fiber.js\nk6 cloud script/echo.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgrziminiar%2Fecho-vs-fiber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftgrziminiar%2Fecho-vs-fiber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgrziminiar%2Fecho-vs-fiber/lists"}