springernature / webpagetest-mapper

Maps JSON result data from marcelduran/webpagetest-api into human-readable document formats.
GNU General Public License v3.0
96 stars 11 forks source link

Express metrics as a product of RTT in the HTML comparison mapper #12

Closed philbooth closed 9 years ago

philbooth commented 9 years ago

The problem with absolute milliseconds is that you can't really compare them over time because of natural variance in network performance. By rendering the values as a product of RTT, we can take network performance into account to better make time-based comparisons.