Skip to content

Commit 366b28c

Browse files
committed
Removed obsolete benchmark that did the same as another one
1 parent 514e77c commit 366b28c

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

src/AtleX.CommandLineArguments.Benchmarks/Benches/CommandLineArgumentsBenchmarks.cs

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,7 @@ public void GlobalSetup()
1616
}
1717

1818
[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()
3420
{
3521
CommandLineArguments.Configuration = new CommandLineArgumentsConfiguration()
3622
{

0 commit comments

Comments
 (0)