Skip to content

Commit 46a8387

Browse files
committed
Added example benchmark filter in entrypoint
1 parent 2c43641 commit 46a8387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LiteDB.Benchmarks/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class Program
1414
static void Main(string[] args)
1515
{
1616
BenchmarkRunner.Run(typeof(Program).Assembly, DefaultConfig.Instance
17+
//.With(new BenchmarkDotNet.Filters.AnyCategoriesFilter(new[] {Benchmarks.Constants.Categories.QUERIES}))
1718
.With(Job.Mono
1819
.With(Jit.Llvm)
1920
.With(new[] {new MonoArgument("--optimize=inline")})

0 commit comments

Comments
 (0)