hunter icon indicating copy to clipboard operation
hunter copied to clipboard

Results 8 hunter issues
Sort by recently updated
recently updated
newest added

Thank you for opensourcing hunter! This PR adds support to using PostgreSQL as a data source for benchmark results. See the usage example below. Configuration: ```yaml postgres: hostname: ${POSTGRES_HOST} port:...

Users report wanting to filter different metrics at different magnitudes (e.g. p99 vs p50). However, the `--magnitude` argument filters across all metrics. One option could be to allow setting multiple...

enhancement

It's helpful for consumers of the JSON output to know things like the mean before/after and the pvalue when assessing the severity of a change in performance.

We have a new name! Apache Otava This ticket collects the list of tasks that arise as a result of that, and also that we need to complete before we...

When this mass change's PR is readied the commit should come from a PPMC member who is from the org that signed the SGA.

the ReadME has "This is an unsupported open source project created by DataStax employees." has that at the top. Is that accurate? Perhaps this was created by DataStax employees is...

Documented, expected behavior: Post for each metric ``` $ curl -X POST "http://graphite_address/events/" \ -d '{ "what": "Performance Test", "tags": ["perf-test", "daily", "my-product"], "when": 1537884100, "data": {"commit": "fe6583ab", "branch": "new-feature",...