Skip to content

Commit 326231d

Browse files
committed
Testing - TO BE REVERTED
1 parent 9ebd645 commit 326231d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

scenarios/httpclient.benchmarks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,16 +156,16 @@ scenarios:
156156
jobs:
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

src/BenchmarksApps/HttpClientBenchmarks/Clients/HttpClient/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)