Skip to content

Commit

Permalink
Updating client yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros committed Jul 14, 2020
1 parent 5aadc94 commit eef43b4
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
9 changes: 3 additions & 6 deletions src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@
jobs:
bombardier:
source:
repository: https://github.com/aspnet/benchmarks.git
repository: https://github.com/dotnet/crank.git
branchOrCommit: master
project: src/BombardierClient/BombardierClient.csproj
readyStateText: Bombardier Client
sdkVersion: 3.0.100
aspNetCoreVersion: '3.0'
runtimeVersion: '3.0'
project: src/Microsoft.Crank.Jobs.Bombardier/Microsoft.Crank.Jobs.Bombardier.csproj
isConsoleApp: true
waitForExit: true
variables:
connections: 256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 3 additions & 5 deletions src/Microsoft.Crank.Jobs.PipeliningClient/pipelining.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@
jobs:
pipelining:
source:
repository: https://github.com/aspnet/benchmarks.git
repository: https://github.com/dotnet/crank.git
branchOrCommit: master
project: src/PipeliningClient/PipeliningClient.csproj
project: src/Microsoft.Crank.Jobs.PipeliningClient/Microsoft.Crank.Jobs.PipeliningClient.csproj
readyStateText: Pipelining Client
sdkVersion: 3.0.100
aspNetCoreVersion: '3.0'
runtimeVersion: '3.0'
isConsoleApp: true
waitForExit: true
variables:
connections: 256
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Crank.Jobs.Wrk/wrk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
jobs:
wrk:
source:
repository: https://github.com/aspnet/benchmarks.git
repository: https://github.com/dotnet/crank.git
branchOrCommit: master
project: src/WrkClient/WrkClient.csproj
project: src/Microsoft.Crank.Jobs.Wrk/Microsoft.Crank.Jobs.Wrk.csproj
isConsoleApp: true
waitForExit: true
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Crank.Jobs.Wrk2/wrk2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ variables:
jobs:
wrk2:
source:
repository: https://github.com/aspnet/benchmarks.git
repository: https://github.com/dotnet/crank.git
branchOrCommit: master
project: src/Wrk2Client/Wrk2Client.csproj
project: src/Microsoft.Crank.Jobs.Wrk2/Microsoft.Crank.Jobs.Wrk2.csproj
isConsoleApp: true
waitForExit: true
variables:
Expand Down

0 comments on commit eef43b4

Please sign in to comment.