nathanwblair / im-only-resting

Automatically exported from code.google.com/p/im-only-resting
Apache License 2.0
1 stars 0 forks source link

Bad response time numbers #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example, 
http://jwst.nasa.gov/sciencevids/GalaxyEvolution/Galaxy_Evolution-tracking_shot-
1080p_youtube_hq.mov is 24mb file and takes several seconds to load, but timing 
says takes <1s. Probably because we use an async content read that streams from 
the requested server...?

Original issue reported on code.google.com by stephen....@gmail.com on 13 Oct 2014 at 3:02

GoogleCodeExporter commented 9 years ago
This turned out to be a simple bug using the wrong TimeSpan property (need 
TotalMilli... not just Milli...)

Original comment by stephen....@gmail.com on 13 Oct 2014 at 3:19

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 18 Oct 2014 at 1:34