File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
src/AtleX.CommandLineArguments.Benchmarks/Benches Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,7 @@ public void GlobalSetup()
16
16
}
17
17
18
18
[ Benchmark ]
19
- public bool CommandLineArgumentsTryParse_DefaultConfiguration_SuccessFul ( )
20
- {
21
- CommandLineArguments . Configuration = new CommandLineArgumentsConfiguration ( )
22
- {
23
- HelpWriter = new WindowsStyleHelpWriter ( ) ,
24
- Parser = new WindowsStyleParser ( ) ,
25
- } ;
26
-
27
- bool result = ParseCommandLineArguments ( ) ;
28
-
29
- return result ;
30
- }
31
-
32
- [ Benchmark ]
33
- public bool CommandLineArgumentsTryParse_WindowsStyleParsersWithoutValidationAndHelpWriter_SuccessFul ( )
19
+ public bool CommandLineArgumentsTryParse_WindowsStyleConfiguration_SuccessFul ( )
34
20
{
35
21
CommandLineArguments . Configuration = new CommandLineArgumentsConfiguration ( )
36
22
{
You can’t perform that action at this time.
0 commit comments