{"id":38939335,"url":"https://github.com/arham-jain/gonce","last_synced_at":"2026-01-17T15:51:25.713Z","repository":{"id":57620269,"uuid":"245803934","full_name":"arham-jain/gonce","owner":"arham-jain","description":"An HTTP performance testing tool written in GoLang","archived":false,"fork":false,"pushed_at":"2023-01-24T10:43:49.000Z","size":8,"stargazers_count":9,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-20T15:43:20.979Z","etag":null,"topics":["golang","goroutine","performance-testing"],"latest_commit_sha":null,"homepage":"","language":"Go","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/arham-jain.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}},"created_at":"2020-03-08T11:43:33.000Z","updated_at":"2022-01-28T19:32:09.000Z","dependencies_parsed_at":"2023-02-13T20:16:01.810Z","dependency_job_id":null,"html_url":"https://github.com/arham-jain/gonce","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arham-jain/gonce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arham-jain%2Fgonce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arham-jain%2Fgonce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arham-jain%2Fgonce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arham-jain%2Fgonce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arham-jain","download_url":"https://codeload.github.com/arham-jain/gonce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arham-jain%2Fgonce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"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":["golang","goroutine","performance-testing"],"created_at":"2026-01-17T15:51:25.302Z","updated_at":"2026-01-17T15:51:25.698Z","avatar_url":"https://github.com/arham-jain.png","language":"Go","readme":"# Gonce\nA HTTP API performance testing tool written in GoLang\n* [Description](#description)\n* [Installation](#installation)\n* [Usage](#usage)\n\n## Description\n\nA performance testing tool written in GoLang. Supports performance testing of HTTP APIs.\n\n## Installation\n\nThe go application can be installed using:\n```go get github.com/arham-jain/gonce```\n\nAlternatively, the binary of the above can be downloaded [here](https://drive.google.com/open?id=1v_uqKNhKkB3YinCHgvTpSEnuyhG6Tl0j).\n\n## Usage\n\nWriting the configuration file. A sample config file:\n```\n{\n    \"threads\" : 10,\n    \"rampUpTimeInSeconds\":,\n    \"executionTimeInSeconds\":5,\n    \"httpRequest\": {\n        \"method\":\"POST\",\n        \"urlWithEndpoint\":\"https://sample.com/v1/api\",\n        \"payload\": {\n            {{sample_payload}}\n        },\n        \"headers\": {\n            \"Content-Type\": \"application/json\"\n        },\n        \"queryParams\":{\n            \"param_key\":\"param_value\n        },\n        \"successStatusCodes\": {\n            \"201\":true\n        }\n    }\n}\n```\n\nRunning the performance test:\n```go run main.go {{path_to_file}}```\n\n## Contribution\n\nTo contribute,\n\n1. Create an issue on github\n2. Create a pull request\n3. Submit for review","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farham-jain%2Fgonce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farham-jain%2Fgonce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farham-jain%2Fgonce/lists"}