diff options
Diffstat (limited to 'rpm/calculations.go')
| -rw-r--r-- | rpm/calculations.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/calculations.go b/rpm/calculations.go index 4b61413..8b3cf92 100644 --- a/rpm/calculations.go +++ b/rpm/calculations.go @@ -36,7 +36,7 @@ type Rpm[Data utilities.Number] struct { } func CalculateRpm[Data utilities.Number, Bucket constraints.Ordered]( - selfRtts series.WindowSeries[Data, Bucket], aggregatedForeignRtts series.WindowSeries[Data, Bucket], trimming uint, percentile int, + selfRtts series.WindowSeries[Data, Bucket], aggregatedForeignRtts series.WindowSeries[Data, Bucket], trimming uint, percentile uint, ) Rpm[Data] { // There may be more than one round trip accumulated together. If that is the case, // we will blow them apart in to three separate measurements and each one will just |
