Adds back in old benchmarks. Cleans up tests. (#270)
This commit is contained in:
parent
09d80916b8
commit
4e799ddbd7
29 changed files with 498 additions and 160 deletions
13
Projects/Benchmarks/Program.cs
Normal file
13
Projects/Benchmarks/Program.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using BenchmarkDotNet.Running;
|
||||
|
||||
namespace Benchmarks
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
var featureFlags = BenchmarkRunner.Run<BenchmarkFeatureFlags>();
|
||||
var packetConstruction = BenchmarkRunner.Run<BenchmarkPacketConstruction>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue