cleanup
This commit is contained in:
parent
3c3b9dd7ed
commit
9560dc68a5
6
.idea/.idea.Benchmark/.idea/vcs.xml
generated
Normal file
6
.idea/.idea.Benchmark/.idea/vcs.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Text.RegularExpressions;
|
||||
using BenchmarkDotNet.Attributes;
|
||||
|
||||
namespace Benchmark
|
||||
|
@ -2,12 +2,12 @@
|
||||
|
||||
namespace Benchmark
|
||||
{
|
||||
public class Program
|
||||
public static class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
//var summary = BenchmarkRunner.Run<TrailingNumberFromString>();
|
||||
var summary = BenchmarkRunner.Run<IdentityParser>();
|
||||
_ = BenchmarkRunner.Run<IdentityParser>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user