Gil Tene

Results 46 comments of Gil Tene

Cool! I assume @wg will commit something into wrk for this soon. I'll apply the same once he does...

Just merged @markuskobler PR (https://github.com/giltene/wrk2/issues/13), which hopefully fixes this for the various platforms. Builds for me. Please pull, check, and report back so I can close this issue.

@aphyr sorry for the late reply. The current (>=2.10) behavior seeks to match the documented behavior for getValueAtPercentile(). Specifically: "...When the percentile is > 0.0, the value returned is the...

Let's open an issue for this to discuss before we pull it in... One of my main concerns is "forking" too far from the place we originally forked wrk at,...

Looking at the places where wrk2 differs from files that actually existed in wrk 4.0.1, this is the list: Files wrk2/.gitignore and wrk-4.0.1/.gitignore differ Files wrk2/LICENSE and wrk-4.0.1/LICENSE differ Files...

Hmm... This raises one of my pet peeves about statsd and graphite: that the latency distribution data they currently forward and store is useless for viewing latency distribution, and provides...

Ivan, While Graphite's current state is certainly "in the way", I think statsD has two things missing that would need to be fixed for anything upstream from it to be...

Ivan, I see the statsD/Graphite issue as a chicken and egg problem. You can certainly say that statsD reports percentile summaries because Graphite will only keep one data point (presumably...

In support of the general need for a "SemVer-like" format here that support more than 3 elements (x.y.z), the Java version format as specified in [JEP322](https://openjdk.java.net/jeps/322) , can generally have...

I think the issue might be here: https://github.com/moditect/moditect/blob/main/core/src/main/java/org/moditect/internal/compiler/ModuleInfoCompiler.java#L139 It appears to (wrongly) assume that names that start with upper case letters must be class names (and cannot be package names),...