diff --git a/scenarios/httpclient.benchmarks.yml b/scenarios/httpclient.benchmarks.yml index 666fdc303..3dfa4b5e1 100644 --- a/scenarios/httpclient.benchmarks.yml +++ b/scenarios/httpclient.benchmarks.yml @@ -156,16 +156,16 @@ scenarios: jobs: kestrel: source: - repository: https://github.com/aspnet/benchmarks.git - branchOrCommit: main + repository: https://github.com/ManickaP/aspnet-benchmarks.git + branchOrCommit: h3-mul-conns project: src/BenchmarksApps/HttpClientBenchmarks/Servers/Kestrel/Kestrel.csproj readyStateText: Application started # app should write this line to output -- default Kestrel logging does that arguments: '--address {{host}} --port {{serverPort}} --useHttps {{useHttps}} --httpVersion {{httpVersion}} --responseSize {{responseSize}} --http3StreamLimit {{http3StreamLimit}}' httpClient: source: - repository: https://github.com/aspnet/benchmarks.git - branchOrCommit: main + repository: https://github.com/ManickaP/aspnet-benchmarks.git + branchOrCommit: h3-mul-conns project: src/BenchmarksApps/HttpClientBenchmarks/Clients/HttpClient/HttpClient.csproj isConsoleApp: true waitForExit: true diff --git a/src/BenchmarksApps/HttpClientBenchmarks/Clients/HttpClient/Program.cs b/src/BenchmarksApps/HttpClientBenchmarks/Clients/HttpClient/Program.cs index cc4a254cd..6fe04ebc0 100644 --- a/src/BenchmarksApps/HttpClientBenchmarks/Clients/HttpClient/Program.cs +++ b/src/BenchmarksApps/HttpClientBenchmarks/Clients/HttpClient/Program.cs @@ -37,6 +37,7 @@ class Program public static async Task Main(string[] args) { + Log($"Test Manicka: {Environment.Version}"); var rootCommand = new RootCommand(); ClientOptionsBinder.AddOptionsToCommand(rootCommand);