Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Palash Nigam <npalash25@gmail.com>
  • Loading branch information
palash25 committed Nov 20, 2022
1 parent 673e3f5 commit c7d43f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/metrics/summary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ impl Summary {
let count = inner.count;
let mut quantile_values: Vec<(f64, f64)> = Vec::new();

// TODO: add stream rotation
for q in self.target_quantile.iter() {
match inner.quantile_streams[inner.head_stream_idx as usize].query(*q) {
Some((_, v)) => quantile_values.push((*q, v)),
Expand Down

0 comments on commit c7d43f1

Please sign in to comment.