Skip to content

Releases: dustyrat/post-it

bugfix/ErrorFlag

08 Jun 22:04
c682308
Compare
Choose a tag to compare

Fixed an issue where the -e flag would duplication lines on output.

Initial Release

06 Jun 02:39
f5dfda0
Compare
Choose a tag to compare
Develop (#10)

* Update file structure to fit https://github.com/golang-standards/project-layout
Updated CSV file reader to read on demand instead of parsing and storing the entire file contents into memory
Simplified flag arguments
Added metrics output:
	Latency Distribution
	Histogram
	Average Rate
	Average, STDDEV and Max response time
Updated to go1.14

* forgot to remove vendor from ignore...
re-added BOM skip

* minor naming fixes
Added support for request body

* Updated README and LICENSE
Added input test files

* Added usage examples
Fixed issues with client errors
Fixed issue with negative STDDEV

* removed -u --url flag (its now an arg)
re-added record-headers flag (can't think of a good short)

* added build script

* Fixed typo

* Expanded README
Added template to root command
Removed unused functions in the client