Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaMSFT committed Dec 9, 2022
1 parent ce4889b commit b3a06e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/BenchmarkDotNet/Analysers/EnvironmentAnalyser.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Reflection;
using System.Text;
Expand All @@ -9,7 +8,6 @@
using BenchmarkDotNet.Reports;
using BenchmarkDotNet.Toolchains.InProcess.Emit;
using BenchmarkDotNet.Toolchains.InProcess.NoEmit;
using BenchmarkDotNet.Toolchains.Results;

namespace BenchmarkDotNet.Analysers
{
Expand Down
2 changes: 1 addition & 1 deletion src/BenchmarkDotNet/Reports/BenchmarkReport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public BenchmarkReport(
?? (IReadOnlyDictionary<string, Metric>)ImmutableDictionary<string, Metric>.Empty;
}

public BenchmarkReport(BenchmarkCase benchmarkCase, GenerateResult generateResult, BuildResult buildResult)
internal BenchmarkReport(BenchmarkCase benchmarkCase, GenerateResult generateResult, BuildResult buildResult)
{
BenchmarkCase = benchmarkCase;
GenerateResult = generateResult;
Expand Down

0 comments on commit b3a06e1

Please sign in to comment.