Refactoring the ICoded interfaces (again) removing the use of some generic methods.
diff --git a/src/ProtoBench/Program.cs b/src/ProtoBench/Program.cs
index e5d98df..9de071f 100644
--- a/src/ProtoBench/Program.cs
+++ b/src/ProtoBench/Program.cs
@@ -72,6 +72,7 @@
if (temp.Remove("/v2") || temp.Remove("-v2"))
{
Process.GetCurrentProcess().PriorityClass = ProcessPriorityClass.RealTime;
+ Process.GetCurrentProcess().ProcessorAffinity = new IntPtr(1);
RunBenchmark = BenchmarkV2;
}
if (temp.Remove("/all") || temp.Remove("-all"))