paulegradie / Sailfish

Sailfish - a production friendly performance benchmark runner for .NET
https://paulgradie.com/Sailfish/
MIT License
11 stars 4 forks source link

Remove Accord as a dependency #140

Closed paulegradie closed 4 months ago

paulegradie commented 4 months ago

Description

Dependencies are a curse. If we remove all dependencies, we remove maintenance overhead and potential limitations.

Accord is a older no-longer-maintained package that holds a lot of the code for statistical testing. Stat tests are the only thing that are used by Sailfish, and that repo allows consumers to integrate source code directly. So this PR pulls that code into Sailfish and removes the rests of Accord as a package reference.

Results

Accord is no more.