Skip to content

Commit

Permalink
Testing - TO BE REVERTED
Browse files Browse the repository at this point in the history
  • Loading branch information
ManickaP committed Sep 11, 2024
1 parent 9ebd645 commit 326231d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scenarios/httpclient.benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class Program

public static async Task<int> Main(string[] args)
{
Log($"Test Manicka: {Environment.Version}");
var rootCommand = new RootCommand();
ClientOptionsBinder.AddOptionsToCommand(rootCommand);

Expand Down

0 comments on commit 326231d

Please sign in to comment.