diff --git a/Benchmarks/MathUtilInterpBenchmarks.cs b/Benchmarks/MathUtilInterpBenchmarks.cs index 12325185..9c25c43b 100644 --- a/Benchmarks/MathUtilInterpBenchmarks.cs +++ b/Benchmarks/MathUtilInterpBenchmarks.cs @@ -14,7 +14,6 @@ namespace Benchmarks private new List x = [1, 10, 20, 30, 40, 50, 60]; private new List y = [11000, 20000, 32000, 45000, 58000, 70000, 82000]; - [GlobalSetup] public void Setup() { @@ -26,6 +25,5 @@ namespace Benchmarks { _mathUtil.Interp1(input, x, y); } - } }