angular / benchpress

159 stars 26 forks source link

min/max don't get updated when sample no longer contains value #7

Open jeffbcross opened 10 years ago

jeffbcross commented 10 years ago

E.g. I am collecting three samples and have a sample set of [100, 200, 300] with a (min=100), but then if I add another sample of 250, the min should be 200. [200, 300, 250].