[GitHub] jmeter issue #296: Bug 61078 - Percentile calculation error

2017-05-10 Thread Wyatts
Github user Wyatts commented on the issue:

https://github.com/apache/jmeter/pull/296
  
FWIW, [this 
article](https://analyse-it.com/blog/2013/2/quantiles-percentiles-why-so-many-ways-to-calculate-them)
 has two citations in favour of defaulting to what Wikipedia calls R-8 (though 
it notes R defaults to R-7 for compatibility with S).  That's a decent argument 
for either of them, IMO.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] jmeter issue #253: Fix issue with annotation and implement remarks from last...

2017-01-23 Thread Wyatts
Github user Wyatts commented on the issue:

https://github.com/apache/jmeter/pull/253
  
Because InfluxDB makes a rather draconian distinction between "fields" and 
"tags" (and seemingly completely lacks the ability to convert either to the 
other _post hoc_), I'm going to suggest that the mechanism for controlling what 
gets sent as which is actually a fairly critical feature and one that I believe 
should ideally be relatively foolproof to work with.

On the GUI side of things, I envision a swaplist pre-filled with the common 
things that one might want to send as fields vs. tags.  Each side should allow 
additions to be made, and variables should be accepted.  (This probably lowers 
to a pair of CollectionProp in serialisation?)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---