mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 19:14:26 +00:00
General refactor and clean-up.
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
using BenchmarkDotNet.Running;
|
||||
|
||||
namespace Claunia.PropertyList.Benchmark
|
||||
namespace Claunia.PropertyList.Benchmark;
|
||||
|
||||
internal class Program
|
||||
{
|
||||
internal class Program
|
||||
static void Main(string[] args)
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
BenchmarkRunner.Run<BinaryPropertyListParserBenchmarks>();
|
||||
BenchmarkRunner.Run<BinaryPropertyListWriterBenchmarks>();
|
||||
}
|
||||
BenchmarkRunner.Run<BinaryPropertyListParserBenchmarks>();
|
||||
BenchmarkRunner.Run<BinaryPropertyListWriterBenchmarks>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user