We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33c20d commit 89a655fCopy full SHA for 89a655f
benchmarks/Program.cs
@@ -9,14 +9,13 @@ internal static class Program
9
{
10
private static void Main(string[] args)
11
12
- var switcher = new BenchmarkSwitcher(new[]
13
- {
+ var switcher = new BenchmarkSwitcher([
14
typeof(ResourceDeserializationBenchmarks),
15
typeof(OperationsDeserializationBenchmarks),
16
typeof(ResourceSerializationBenchmarks),
17
typeof(OperationsSerializationBenchmarks),
18
typeof(QueryStringParserBenchmarks)
19
- });
+ ]);
20
21
switcher.Run(args);
22
}
0 commit comments