bombardier icon indicating copy to clipboard operation
bombardier copied to clipboard

Any reason for differentiating the type of Result.Latencies and Result.Requests ?

Open baiwfg2 opened this issue 4 years ago • 0 comments

I did a careful comparison for ReadonlyUint64Histogram and ReadonlyFloat64Histogram , and found no significant difference between them. See the following compare result:

image

image

Just change between float64 and uint64, so leading to some kind of impression that redundant codes exist.

Is there any special reason to give latency uint64 type and give request float64 type ?

baiwfg2 avatar Jul 09 '20 09:07 baiwfg2