axemclion / browser-perf

Performance Metrics for Web Browsers
BSD 2-Clause "Simplified" License
936 stars 61 forks source link

Undefined metric on a specific page #84

Closed naxhh closed 7 years ago

naxhh commented 7 years ago

hi everyone. I'm testing the tool for the very first time.

And I found a case when there's a metric returned with undefined: 6 what does this means?

I've tested it in chrome 49 and 56 and happens in both. I've tested the same website in another url and it does not happen. I've tested other web pages and I don't get to reproduce it.

rowser-perf -s selenium -u user -a pass --browsers=chrome -o json --all "http://localhost/stuff"
[ { undefined: 6,
    Styles: 0,
    Javascript: 0,
    numAnimationFrames: 823,
    numFramesSentToScreen: 823,
    droppedFrameCount: 163,
... 
axemclion commented 7 years ago

Undefined are usually caused when some labels are not populated in the results. You can ignore these numbers.

naxhh commented 7 years ago

ok! thanks for the answer and for the project :)