-
Type: Task
-
Resolution: Duplicate
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
timothy-kim-mongo has created PR #1672: GODRIVER-3096 Remove "stats" package dependency in mongo-go-driver
Issue Text:
GODRIVER-3096
-
- Summary
The changes in this pull-request answers the ticket GODRIVER-3096 of removing the "github.com/montanaflynn/stats" dependency from the Go driver module. This is done by moving the internal/benchmark code into internal/cmd/benchmark (the only placed where the "stats" package is used) to make the benchmark system its own submodule so it can pull in additional dependencies.
-
- Background & Motivation
[PR 1507](https://github.com/mongodb/mongo-go-driver/pull/1507) (tentatively) removes the need to calculate 90th percentile and standard deviation for RTT samples. Those are the last two "production" use cases for the "github.com/montanaflynn/stats" package in the Go driver. We should remove all other uses of the "stats" package so we can remove it from the Go driver dependencies.
- duplicates
-
GODRIVER-3096 Remove "stats" package dependency
- Closed