MangoHud
MangoHud copied to clipboard
Benchmark displaying incorrect values
I have a log_duration of 90s. I open the CSV, sort from worst to best, average the first 9 values, I get 42 fps. MangoHud's displays 60. The other reason I think this is rather unlikely is Windows shows 44 fps for the 1%.
Same with 5%, average 45 of the worst values gives me 62 fps. Exactly inline with Windows results, but MangoHUD display shows 80.
The fps values are averaged in 0.6.6 and earlier, it's been changed in master
I assumed incorrectly I was on master, somehow I got switched onto develop. Thanks!
Still displays bad 5% value, and if u notice when using using benchmark_percentiles= it shows 1% and 0.1% twice.
Yeah I messed up a bit there, It will always show .1 and .01 percentiles, so you don't need to add those in the config. should be fixed either way.
are we sure the 5% value is incorrect? it's the 5th percentile, not 5 percent
and if u notice when using using benchmark_percentiles= it shows 1% and 0.1% twice.
I missed that you were not setting anything, that seems like a clear bug, I will look into it
are we sure the 5% value is incorrect? it's the 5th percentile, not 5 percent
You are right, we want the 5th percentile, not the 5% low.
100 seconds. 1000 rows. Sort A->Z. row 10 should be P1 and row 50 should be P5 yes?
Yes I think that's correct
There has been changes to these parts a few times since, reopen if still an issue