Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Feb 6, 2024
1 parent 8ee91e7 commit 8b6ee89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/experiment/ndt7/ndt7.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ func (tk *TestKeys) MeasurementSummaryKeys() model.MeasurementSummaryKeys {
sk.MinRTT = tk.Summary.MinRTT
sk.MSS = float64(tk.Summary.MSS)
sk.RetransmitRate = tk.Summary.RetransmitRate
sk.IsAnomaly = false
return sk
}

Expand Down

0 comments on commit 8b6ee89

Please sign in to comment.