mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-13 03:34:55 +08:00
13 lines
216 B
C#
13 lines
216 B
C#
using BenchmarkDotNet.Running;
|
|
|
|
namespace Impressionist.Benchmark
|
|
{
|
|
public class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
BenchmarkRunner.Run<BenchMark>();
|
|
}
|
|
}
|
|
}
|