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