Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rastogiji/load-testing
Golang Project for HTTP(s) Load Testing
https://github.com/rastogiji/load-testing
Last synced: about 2 months ago
JSON representation
Golang Project for HTTP(s) Load Testing
- Host: GitHub
- URL: https://github.com/rastogiji/load-testing
- Owner: rastogiji
- License: apache-2.0
- Created: 2022-10-21T07:28:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T22:10:42.000Z (over 2 years ago)
- Last Synced: 2024-06-20T22:23:12.969Z (7 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample HTTP Load Testing Tool with Go
My very first program written in Golang. It's a very primitive Load Testing script that makes concurrent HTTP(s) request to a website.
Used GoRoutines for Concurrency and Channels for communication from child goroutines to main goroutine.
I plan to add support for other HTTP Methods as well as support for headers as well.