Benjamin Cane
|
fe7b1c5a33
|
Merge pull request #2 from tonyganga/feature/reduce-docker-image-footprint
Implement multi-stage pattern to reduce docker image from ~800mb to 7mb
|
2018-11-06 07:47:31 -07:00 |
|
Tony Ganga
|
7d6186e379
|
Implement multi-stage pattern to reduce docker image from 800mb to 7mb
|
2018-11-02 08:20:32 -07:00 |
|
Benjamin J Cane
|
7ea0f65a02
|
Omitting percentiles for timed for now...
|
2018-05-18 15:25:08 -07:00 |
|
Mukund Chakravarthy
|
2e71678b5a
|
Added response time percentiles to results
Fixed a bug in the min response time calculation
|
2018-05-18 14:24:24 -07:00 |
|
Panayiotis Pastos
|
f2aa654101
|
Formatting
|
2018-02-22 11:48:13 -07:00 |
|
Panayiotis Pastos
|
a191eada28
|
Switch to calculating statistics only when a request count is specified
|
2018-02-22 11:48:13 -07:00 |
|
Panayiotis Pastos
|
a16f6402bf
|
Avoid doing the division in the hot path
|
2018-02-22 11:48:13 -07:00 |
|
Panayiotis Pastos
|
06a5b867fa
|
Extract statistics method
|
2018-02-22 11:48:13 -07:00 |
|
Panayiotis Pastos
|
95b67da6a2
|
Remove unneeded variable
|
2018-02-22 11:48:13 -07:00 |
|
Panayiotis Pastos
|
528f756485
|
Update documentation
|
2018-02-22 11:48:12 -07:00 |
|
Benjamin J Cane
|
e64be0d403
|
Cleaning up readme a bit
|
2018-02-22 11:48:12 -07:00 |
|
Panayiotis Pastos
|
7f7fdb8138
|
Track of min/max/avg time taken per request
This works best when a request count is provided,
if not the statistics are based on the first
`n` requests where is `n` is a predefined constant
|
2018-02-20 15:57:29 +00:00 |
|
Panayiotis Pastos
|
dd97c7ec82
|
Respect noCopy in fasthttp.RequestHeader
|
2018-02-20 12:55:16 +00:00 |
|
Benjamin J Cane
|
100dfcd352
|
Adding build badge
v0.1
|
2018-02-19 16:39:21 -07:00 |
|
Benjamin J Cane
|
5b60852022
|
Updating build steps
|
2018-02-19 16:33:01 -07:00 |
|
Benjamin J Cane
|
43908e9f3c
|
Adding TravisCI
|
2018-02-19 16:24:51 -07:00 |
|
Benjamin J Cane
|
848e8d9da3
|
Updating Go get instruction
|
2018-02-19 16:20:02 -07:00 |
|
Benjamin J Cane
|
3aae324d97
|
Adding licenses
|
2018-02-16 14:51:04 -07:00 |
|
Philipp P Egli
|
c037624bd0
|
Added runConfiguration + fixed typo
|
2018-02-16 14:51:04 -07:00 |
|
Philipp P Egli
|
778d6dc328
|
Removing restriction on methods
|
2018-02-16 14:51:04 -07:00 |
|
Philipp P Egli
|
f51c862af3
|
Updating error handling for concurrency level
|
2018-02-16 14:51:04 -07:00 |
|
Philipp P Egli
|
cfaae46c99
|
Change to log.Fatal
|
2018-02-16 14:51:04 -07:00 |
|
Panayiotis Pastos
|
05871882f3
|
Update README.md
|
2018-02-16 14:51:04 -07:00 |
|
Panayiotis Pastos
|
8d5fc521bc
|
Add comma
|
2018-02-16 14:51:04 -07:00 |
|
Panayiotis Pastos
|
1f5bc1689a
|
Change the way headers are passed
|
2018-02-16 14:51:04 -07:00 |
|
Panayiotis Pastos
|
5267c135ff
|
Switch to reading CSV files, and allow for specifying request headers
|
2018-02-16 14:51:04 -07:00 |
|
Philipp P Egli
|
bb69943505
|
Squashing history
|
2018-02-16 14:50:36 -07:00 |
|