Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop

This commit is contained in:
Chomp
2025-06-20 13:35:12 +01:00
-2
View File
@@ -14,7 +14,6 @@ namespace Benchmarks
private new List<double> x = [1, 10, 20, 30, 40, 50, 60];
private new List<double> y = [11000, 20000, 32000, 45000, 58000, 70000, 82000];
[GlobalSetup]
public void Setup()
{
@@ -26,6 +25,5 @@ namespace Benchmarks
{
_mathUtil.Interp1(input, x, y);
}
}
}