File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/BenchmarksApps/HttpClientBenchmarks/Clients/HttpClient Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -156,16 +156,16 @@ scenarios:
156156jobs :
157157 kestrel :
158158 source :
159- repository : https://github.com/aspnet/ benchmarks.git
160- branchOrCommit : main
159+ repository : https://github.com/ManickaP/aspnet- benchmarks.git
160+ branchOrCommit : h3-mul-conns
161161 project : src/BenchmarksApps/HttpClientBenchmarks/Servers/Kestrel/Kestrel.csproj
162162 readyStateText : Application started # app should write this line to output -- default Kestrel logging does that
163163 arguments : ' --address {{host}} --port {{serverPort}} --useHttps {{useHttps}} --httpVersion {{httpVersion}} --responseSize {{responseSize}} --http3StreamLimit {{http3StreamLimit}}'
164164
165165 httpClient :
166166 source :
167- repository : https://github.com/aspnet/ benchmarks.git
168- branchOrCommit : main
167+ repository : https://github.com/ManickaP/aspnet- benchmarks.git
168+ branchOrCommit : h3-mul-conns
169169 project : src/BenchmarksApps/HttpClientBenchmarks/Clients/HttpClient/HttpClient.csproj
170170 isConsoleApp : true
171171 waitForExit : true
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ class Program
3737
3838 public static async Task < int > Main ( string [ ] args )
3939 {
40+ Log ( $ "Test Manicka: { Environment . Version } ") ;
4041 var rootCommand = new RootCommand ( ) ;
4142 ClientOptionsBinder . AddOptionsToCommand ( rootCommand ) ;
4243
You can’t perform that action at this time.
0 commit comments