Releases: bjarneo/rip
Perf Perf Perf
refactor: run the fetching of json from file once
refactor: move worker to a function called execute
refactor: move the logo to a txt file that we embed to the application on build
chore: pass http method and headers to the logger
refactor: defer the closing of the logger
Full Changelog: v1.7.0...v1.8.0
Max Requests
What's Changed
- feat: max requests per concurrent user at a time by @bjarneo in #8
- refactor: change the logger to a singelton instance
- refactor: create a singelton for the headers and parse it just once
- refactor: remove the mutex as it is not needed since the parseheader is not running in the goroutines
- refactor: use mutex for the queue pop
Full Changelog: v1.6.1...v1.7.0
The great refactor
This release is just a refactor of the code base to make parts more readable. It will also improve some performance for logging, including closing the file on end of the load testing.
Full Changelog: v1.6.0...v1.7.0
Proxy HTTP requests
Full Changelog: v1.5.0...v1.6.0
Custom Headers
The HTTP methods
What's Changed
Full Changelog: v1.3.0...v1.4.0
v1.3.0
New statistical output
Full Changelog: v1.2.0...v1.3.0
UDP flood
Moar is better
Full Changelog: v1.0.0...v1.1.0
RIP
The initial release
Full Changelog: https://github.com/bjarneo/rip/commits/v1.0.0