Add performance tests

This commit is contained in:
Pavel Krymets 2016-04-22 17:06:55 -07:00
parent 7c504b2456
commit 366bad99ac
37 changed files with 785 additions and 3 deletions

View file

@ -0,0 +1,11 @@
using System;
namespace ConsoleApplication
{
public class Program
{
public static void Main()
{
}
}
}