about summary refs log tree commit diff
path: root/FilesystemBenchmark/Program.cs
blob: 945426315abcb8c970c1f703bb1ee700e18f1401 (plain) (blame)
1
2
3
4
5
6
7
8
// See https://aka.ms/new-console-template for more information

using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Running;
using FilesystemBenchmark;

BenchmarkRunner.Run<Benchmarks>();