Commit Graph

13 Commits

Author SHA1 Message Date
Tomás Senart
4ba3b431a8 Change percentiles field names as they were misleading
Also removes the total latencies field from Metrics as it is not useful.
2013-10-05 23:15:32 +02:00
Tomás Senart
9a8f89d16b Extend Metrics with max and 95th, 99th percentiles
Implements a new format for the text reporter with more information
than before.
Also Rename Result.Timing to Result.Latency and related names.
Adapt README.md examples to account new text reporter format and
library changes.
2013-10-04 21:46:16 +02:00
Tomás Senart
0e268023aa ReporterPlot: Interactive plot with HTML5
* Uses Dygraphs JS lib to plot
* Embeds dygraphs in binary to remove run-time dependencies
* Removes dependency on Plotinum
2013-09-23 01:42:56 +02:00
Tomás Senart
f0579e67e4 Improve Reporter interface 2013-09-22 17:44:57 +02:00
Tomás Senart
de53887867 Correct iteration variable 2013-09-11 14:16:12 +01:00
Tomás Senart
b0035a828d Fix ReportText StatusCodes output 2013-09-10 21:49:25 +01:00
Tomás Senart
ee9a1a0954 ReportJSON 2013-09-10 13:45:01 +01:00
Tomás Senart
6e9f34846b Extract Metrics out of ReportText
Metrics will be reused with other Reporters
2013-09-10 13:32:44 +01:00
Tomás Senart
2147e1840b uint16 for HTTP Status codes 2013-09-09 13:25:29 +01:00
Tomás Senart
15ad005f5a Go lint warning fixes 2013-09-09 13:15:37 +01:00
Tomás Senart
93310995c7 Simplify Reporter objects to be simple functions 2013-09-09 03:08:44 +01:00
Tomás Senart
c6ad47722b TimingsPlotReporter 2013-08-17 19:52:29 +02:00
Tomás Senart
2814cf312e Vegeta as a library
* Slicker API
* Privatises a bunch of stuff
* More tests
* More documentation
2013-08-17 16:37:32 +02:00