Skip to content

Instantly share code, notes, and snippets.

View stephentoub's full-sized avatar

Stephen Toub stephentoub

View GitHub Profile
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
using System;
namespace delegate_interface
{
public class Program : IFoo
{
const int InnerLoopCount = 10000;