Ejemplo n.º 1
0
        private static void Main(string[] args)
        {
            var bm = new Benchmarks(Console.WriteLine);

            bm.Run();
        }
Ejemplo n.º 2
0
        public static void SqlStoredProcedure1()
        {
            var bm = new Benchmarks(SqlContext.Pipe.Send);

            bm.Run();
        }