Skip to content

Commit

Permalink
✅ Add BenchmarkSwither to Benchmark Test Entry
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed Jul 12, 2021
1 parent 505314c commit de26945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AutoFilterer.Benchmark/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Program
{
static void Main(string[] args)
{
BenchmarkRunner.Run<AutoFiltererStartup>(args: args);
BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args);
}
}
}

0 comments on commit de26945

Please sign in to comment.