diff --git a/.idea/.idea.Benchmark/.idea/vcs.xml b/.idea/.idea.Benchmark/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.Benchmark/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/IdentityParser.cs b/IdentityParser.cs index e6ea687..9ae6a19 100644 --- a/IdentityParser.cs +++ b/IdentityParser.cs @@ -1,5 +1,4 @@ -using System; -using System.Text.RegularExpressions; +using System.Text.RegularExpressions; using BenchmarkDotNet.Attributes; namespace Benchmark diff --git a/Program.cs b/Program.cs index 9c7b0fe..536f2de 100644 --- a/Program.cs +++ b/Program.cs @@ -2,12 +2,12 @@ namespace Benchmark { - public class Program + public static class Program { public static void Main(string[] args) { //var summary = BenchmarkRunner.Run(); - var summary = BenchmarkRunner.Run(); + _ = BenchmarkRunner.Run(); } } } diff --git a/README.md b/README.md index 69f7755..ffb0bf3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# Benchmrk +# Benchmark +My personal template for different benchmarks