File tree 2 files changed +22
-1
lines changed
tests/FSharp.Data.GraphQL.Benchmarks
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
17
17
</ItemGroup >
18
18
19
19
<ItemGroup >
20
+ <None Include =" Properties\launchSettings.json" />
20
21
<Compile Include =" Prolog.fs" />
21
22
<Compile Include =" Schema.fs" />
22
23
<Compile Include =" AsyncSchema.fs" />
Original file line number Diff line number Diff line change
1
+ {
2
+ "profiles" : {
3
+ "AsyncVal" : {
4
+ "commandName" : " Project" ,
5
+ "commandLineArgs" : " --filter *AsyncValBenchmark*"
6
+ },
7
+ "Simple execution" : {
8
+ "commandName" : " Project" ,
9
+ "commandLineArgs" : " --filter *SimpleExecutionBenchmark*"
10
+ },
11
+ "Simple execution with middlewares" : {
12
+ "commandName" : " Project" ,
13
+ "commandLineArgs" : " --filter *SimpleExecutionWithMiddlewaresBenchmark*"
14
+ },
15
+ "Parsing" : {
16
+ "commandName" : " Project" ,
17
+ "commandLineArgs" : " --filter *ParsingBenchmark*"
18
+ }
19
+ }
20
+ }
You can’t perform that action at this time.
0 commit comments