about summary refs log tree commit diff
path: root/FilesystemBenchmark/Program.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-09-04 05:02:20 +0200
committerRory& <root@rory.gay>2024-09-04 05:02:20 +0200
commitd10417339b76bf2750f3e54f4e3b714dd3ed369a (patch)
tree2f0a51900228f3d4e241f9d8ac3001632ed5305d /FilesystemBenchmark/Program.cs
parentcgit url for libmatrix (diff)
downloadModerationClient-github/master.tar.xz
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