about summary refs log tree commit diff
path: root/FilesystemBenchmark/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'FilesystemBenchmark/Program.cs')
-rw-r--r--FilesystemBenchmark/Program.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/FilesystemBenchmark/Program.cs b/FilesystemBenchmark/Program.cs
new file mode 100644
index 0000000..9454263
--- /dev/null
+++ b/FilesystemBenchmark/Program.cs
@@ -0,0 +1,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>();
\ No newline at end of file