-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not all Sparta histograms stats are reset after warmup #302
Comments
Note: *_total stat uses cycle counters. Are all cycle counters automatically reset at warmup? e.g. if counting then stopCounting()...startCount() |
Yeah, that's weird. Will take a look |
Can you tell me which resource you're using that has this histogram? Array, Buffer, Queue, CircularBuffer, etc? |
Buffer |
Well, one "mystery" somewhat solved -- |
Hmmm... I cannot reproduce the issue with Without warmup (report 1):
With warmup (report 2):
|
I can't reproduce utilization total issue, but I'll keep this open in case inspiration hits me to fix the max problem. |
I believe there is a stat bug in Sparta for histograms. What I believe is happening is that the utilization totals are not being reset once we hit the end of the warmup window. You can see that here:
The text was updated successfully, but these errors were encountered: