File tree Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change 3
3
using Benchmarks . QueryString ;
4
4
using Benchmarks . Serialization ;
5
5
6
- namespace Benchmarks ;
6
+ var switcher = new BenchmarkSwitcher ( [
7
+ typeof ( ResourceDeserializationBenchmarks ) ,
8
+ typeof ( OperationsDeserializationBenchmarks ) ,
9
+ typeof ( ResourceSerializationBenchmarks ) ,
10
+ typeof ( OperationsSerializationBenchmarks ) ,
11
+ typeof ( QueryStringParserBenchmarks )
12
+ ] ) ;
7
13
8
- internal static class Program
9
- {
10
- private static void Main ( string [ ] args )
11
- {
12
- var switcher = new BenchmarkSwitcher ( [
13
- typeof ( ResourceDeserializationBenchmarks ) ,
14
- typeof ( OperationsDeserializationBenchmarks ) ,
15
- typeof ( ResourceSerializationBenchmarks ) ,
16
- typeof ( OperationsSerializationBenchmarks ) ,
17
- typeof ( QueryStringParserBenchmarks )
18
- ] ) ;
19
-
20
- switcher . Run ( args ) ;
21
- }
22
- }
14
+ switcher . Run ( args ) ;
You can’t perform that action at this time.
0 commit comments