Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon committed Nov 15, 2023
1 parent 052fe29 commit 35d8f27
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ public void Setup()
public void Cleanup()
=> Directory.Delete(_cgroupPaths.RootPath, true);

//[Benchmark(Baseline = true)]
//public void GetSamplesOriginal()
//{
// foreach (var metricSet in _freeAndTotalMemoryProvider.GetSamplesOriginal())
// {
// metricSet.Samples.Consume(_consumer);
// }
//}

[Benchmark]
public void GetSamples()
{
Expand Down

0 comments on commit 35d8f27

Please sign in to comment.