We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c43641 commit 46a8387Copy full SHA for 46a8387
LiteDB.Benchmarks/Program.cs
@@ -14,6 +14,7 @@ class Program
14
static void Main(string[] args)
15
{
16
BenchmarkRunner.Run(typeof(Program).Assembly, DefaultConfig.Instance
17
+ //.With(new BenchmarkDotNet.Filters.AnyCategoriesFilter(new[] {Benchmarks.Constants.Categories.QUERIES}))
18
.With(Job.Mono
19
.With(Jit.Llvm)
20
.With(new[] {new MonoArgument("--optimize=inline")})
0 commit comments