Skip to content

Commit

Permalink
GH-200 - make benchmarks discoverable again
Browse files Browse the repository at this point in the history
  • Loading branch information
tpodolak committed Feb 17, 2023
1 parent 7f3bd36 commit 1a63aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace NSubstitute.Analyzers.Benchmarks.CSharp;

public sealed class CSharpDiagnosticAnalyzersBenchmarks : AbstractDiagnosticAnalyzersBenchmarks
public class CSharpDiagnosticAnalyzersBenchmarks : AbstractDiagnosticAnalyzersBenchmarks
{
protected override AnalyzerBenchmark CallInfoAnalyzerBenchmark { get; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace NSubstitute.Analyzers.Benchmarks.VisualBasic;

public sealed class VisualBasicDiagnosticAnalyzersBenchmarks : AbstractDiagnosticAnalyzersBenchmarks
public class VisualBasicDiagnosticAnalyzersBenchmarks : AbstractDiagnosticAnalyzersBenchmarks
{
protected override AnalyzerBenchmark CallInfoAnalyzerBenchmark { get; }

Expand Down

0 comments on commit 1a63aec

Please sign in to comment.