Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/ci.profile.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
imports:
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/packages.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/packages.yml

profiles:
short:
Expand Down
6 changes: 3 additions & 3 deletions build/job-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ variables:
- name: containerMatrixJobs
value: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/containers.benchmarks.yml
- name: minimalJobs
value: --config https://github.com/aspnet/Benchmarks/blob/main/src/BenchmarksApps/TechEmpower/Minimal/minimal.benchmarks.yml?raw=true
value: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/TechEmpower/Minimal/minimal.benchmarks.yml
- name: blazorSsrJobs
value: --config https://github.com/aspnet/Benchmarks/blob/main/src/BenchmarksApps/TechEmpower/BlazorSSR/blazorssr.benchmarks.yml?raw=true
value: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/TechEmpower/BlazorSSR/blazorssr.benchmarks.yml
- name: razorPagesJobs
value: --config https://github.com/aspnet/Benchmarks/blob/main/src/BenchmarksApps/TechEmpower/RazorPages/razorpages.benchmarks.yml?raw=true
value: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/TechEmpower/RazorPages/razorpages.benchmarks.yml
2 changes: 1 addition & 1 deletion build/prbenchmarks.aspnetcore.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ components:
--application.options.outputFiles .\artifacts\bin\Microsoft.AspNetCore.Routing\release\net10.0\

# default arguments that are always used on crank commands
defaults: --config https://github.com/aspnet/Benchmarks/blob/main/build/azure.profile.yml?raw=true --application.framework net11.0 --application.options.collectCounters true --relay
defaults: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/build/azure.profile.yml --application.framework net11.0 --application.options.collectCounters true --relay

# the first value is the default if none is specified
profiles:
Expand Down
30 changes: 15 additions & 15 deletions build/prbenchmarks.efcore.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ components:
--application.options.outputFiles .\artifacts\bin\EFCore.Sqlite.Benchmarks\Release\net8.0\

# default arguments that are always used on crank commands
defaults: --config https://github.com/aspnet/Benchmarks/blob/main/build/azure.profile.yml?raw=true --application.framework net8.0 --relay
defaults: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/build/azure.profile.yml --application.framework net8.0 --relay

# the first value is the default if none is specified
profiles:
Expand All @@ -24,56 +24,56 @@ profiles:
benchmarks:
AddDataVariations:
description: AddDataVariations
arguments: --config https://github.com/aspnet/Benchmarks/blob/main/scenarios/efcore.benchmarks.yml?raw=true --scenario AddDataVariations
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario AddDataVariations

ChildVariations:
description: ChildVariations
arguments: --config https://github.com/aspnet/Benchmarks/blob/main/scenarios/efcore.benchmarks.yml?raw=true --scenario ChildVariations
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario ChildVariations

Delete:
description: Delete
arguments: --config https://github.com/aspnet/Benchmarks/blob/main/scenarios/efcore.benchmarks.yml?raw=true --scenario Delete
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario Delete

ExistingDataVariations:
description: ExistingDataVariations
arguments: --config https://github.com/aspnet/Benchmarks/blob/main/scenarios/efcore.benchmarks.yml?raw=true --scenario ExistingDataVariations
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario ExistingDataVariations

Funcletization:
description: Funcletization
arguments: --config https://github.com/aspnet/Benchmarks/blob/main/scenarios/efcore.benchmarks.yml?raw=true --scenario Funcletization
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario Funcletization

Initialization:
description: Initialization
arguments: --config https://github.com/aspnet/Benchmarks/blob/main/scenarios/efcore.benchmarks.yml?raw=true --scenario Initialization
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario Initialization

Insert:
description: Insert
arguments: --config https://github.com/aspnet/Benchmarks/blob/main/scenarios/efcore.benchmarks.yml?raw=true --scenario Insert
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario Insert

Mixed:
description: Mixed
arguments: --config https://github.com/aspnet/Benchmarks/blob/main/scenarios/efcore.benchmarks.yml?raw=true --scenario Mixed
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario Mixed

ParentVariations:
description: ParentVariations
arguments: --config https://github.com/aspnet/Benchmarks/blob/main/scenarios/efcore.benchmarks.yml?raw=true --scenario ParentVariations
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario ParentVariations

RawSqlQuery:
description: RawSqlQuery
arguments: --config https://github.com/aspnet/Benchmarks/blob/main/scenarios/efcore.benchmarks.yml?raw=true --scenario RawSqlQuery
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario RawSqlQuery

SimpleQuery:
description: SimpleQuery
arguments: --config https://github.com/aspnet/Benchmarks/blob/main/scenarios/efcore.benchmarks.yml?raw=true --scenario SimpleQuery
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario SimpleQuery

NavigationsQuery:
description: NavigationsQuery
arguments: --config https://github.com/aspnet/Benchmarks/blob/main/scenarios/efcore.benchmarks.yml?raw=true --scenario NavigationsQuery
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario NavigationsQuery

QueryCompilation:
description: QueryCompilation
arguments: --config https://github.com/aspnet/Benchmarks/blob/main/scenarios/efcore.benchmarks.yml?raw=true --scenario QueryCompilation
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario QueryCompilation

Update:
description: Update
arguments: --config https://github.com/aspnet/Benchmarks/blob/main/scenarios/efcore.benchmarks.yml?raw=true --scenario Update
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario Update
2 changes: 1 addition & 1 deletion build/prbenchmarks.runtime.linux_arm64.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ components:
--{{job}}.options.outputFiles ./artifacts/tests/coreclr/Linux.arm64.Release/tests/Core_Root/

# default arguments that are always used on crank commands
defaults: --config https://github.com/aspnet/Benchmarks/blob/main/build/azure.profile.yml?raw=true --{{job}}.framework net11.0 --relay
defaults: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/build/azure.profile.yml --{{job}}.framework net11.0 --relay

variables:
job: application
Expand Down
2 changes: 1 addition & 1 deletion build/prbenchmarks.runtime.windows_arm64.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ components:
--{{job}}.options.outputFiles .\artifacts\tests\coreclr\windows.arm64.Release\tests\Core_Root\

# default arguments that are always used on crank commands
defaults: --config https://github.com/aspnet/Benchmarks/blob/main/build/azure.profile.yml?raw=true --{{job}}.framework net11.0 --relay
defaults: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/build/azure.profile.yml --{{job}}.framework net11.0 --relay

variables:
job: application
Expand Down
4 changes: 2 additions & 2 deletions build/sslstream-scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ parameters:
type: object
default:
- displayName: "SslStream"
arguments: --config https://github.com/aspnet/Benchmarks/blob/main/scenarios/sslstream.benchmarks.yml?raw=true --property transport=SslStream
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/sslstream.benchmarks.yml --property transport=SslStream

- name: quicTransport
type: object
default:
- displayName: "QUIC"
arguments: --config https://github.com/aspnet/Benchmarks/blob/main/scenarios/quic.benchmarks.yml?raw=true --property transport=QUIC --property tlsVersion=1.3 --property tlsResume=no-resume
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/quic.benchmarks.yml --property transport=QUIC --property tlsVersion=1.3 --property tlsResume=no-resume

- name: readWriteScenarios
type: object
Expand Down
4 changes: 2 additions & 2 deletions scenarios/antiforgery.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
imports:
imports:
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml

variables:
serverPort: 5000
Expand Down
2 changes: 1 addition & 1 deletion scenarios/aspnet.profiles.standard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
imports:
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/packages.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/packages.yml

profiles:
short:
Expand Down
2 changes: 1 addition & 1 deletion scenarios/aspnet.profiles.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
imports:
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/packages.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/packages.yml

variables:
localendpoint: http://localhost:5010
Expand Down
6 changes: 3 additions & 3 deletions scenarios/blazor.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
imports:
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://github.com/aspnet/Benchmarks/blob/main/src/BenchmarksApps/Lighthouse/lighthouse.yml?raw=true
- https://github.com/aspnet/Benchmarks/blob/main/src/BenchmarksApps/RunTemplate/runtemplate.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/Lighthouse/lighthouse.yml
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/RunTemplate/runtemplate.yml

variables:
serverPort: 5000
Expand Down
4 changes: 2 additions & 2 deletions scenarios/containers.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
imports:
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/te.benchmarks.yml?raw=true
imports:
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/te.benchmarks.yml

jobs:
aspnet:
Expand Down
4 changes: 2 additions & 2 deletions scenarios/database.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Examples:
# Examples:
# --config plaintext.benchmarks.yml --scenario plaintext --profile aspnet-physical
# --config benchmarks.compose.yml --scenario fortunes --profile aspnet-physical

imports:
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml

variables:
serverPort: 5000
Expand Down
2 changes: 1 addition & 1 deletion scenarios/dotnet.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
imports:
- https://github.com/aspnet/benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml

jobs:
dotnet:
Expand Down
2 changes: 1 addition & 1 deletion scenarios/efcore.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
imports:
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml

jobs:
efcore:
Expand Down
4 changes: 2 additions & 2 deletions scenarios/goldilocks.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Examples:
# Examples:
# --config plaintext.benchmarks.yml --scenario plaintext --profile aspnet-physical
# --config benchmarks.compose.yml --scenario fortunes --profile aspnet-physical

imports:
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.H2Load/h2load.yml

Expand Down
4 changes: 2 additions & 2 deletions scenarios/grpc.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Examples:
# Examples:
# --config benchmarks.grpc.yml --scenario grpcaspnetcoreserver-grpcnetclient --profile aspnet-physical-lin --variable scenario=unary --variable streams=70

imports:
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml
- https://raw.githubusercontent.com/grpc/grpc-dotnet/master/perf/benchmarkapps/GrpcClient/grpc-client.yml
- https://raw.githubusercontent.com/grpc/grpc-dotnet/master/perf/benchmarkapps/GrpcAspNetCoreServer/grpc-aspnetcore-server.yml
- https://raw.githubusercontent.com/grpc/grpc-dotnet/master/perf/benchmarkapps/GrpcCoreServer/grpc-core-server.yml
Expand Down
4 changes: 2 additions & 2 deletions scenarios/json.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Examples:
# Examples:
# --config plaintext.benchmarks.yml --scenario plaintext --profile aspnet-physical
# --config benchmarks.compose.yml --scenario fortunes --profile aspnet-physical

imports:
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.HttpClient/httpclient.yml
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml

variables:
serverPort: 5000
Expand Down
2 changes: 1 addition & 1 deletion scenarios/mono.benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

imports:
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml

variables:
serverPort: 5000
Expand Down
4 changes: 2 additions & 2 deletions scenarios/orchard.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
imports:
imports:
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml

variables:
serverPort: 5000
Expand Down
4 changes: 2 additions & 2 deletions scenarios/plaintext.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Examples:
# Examples:
# --config plaintext.benchmarks.yml --scenario plaintext --profile aspnet-physical
# --config benchmarks.compose.yml --scenario fortunes --profile aspnet-physical

imports:
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml

variables:
serverScheme: http
Expand Down
4 changes: 2 additions & 2 deletions scenarios/platform.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Examples:
# Examples:
# --config platform.benchmarks.yml --scenario json --profile aspnet-citrine-lin

imports:
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.standard.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.standard.yml

variables:
serverScheme: http
Expand Down
2 changes: 1 addition & 1 deletion scenarios/rejection.benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ imports:
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.HttpClient/httpclient.yml
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.PipeliningClient/pipelining.yml
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml

variables:
serverPort: 5000
Expand Down
4 changes: 2 additions & 2 deletions scenarios/signalr.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Examples:
# Examples:
# --config benchmarks.signalr.yml --scenario signalr --variable scenario=broadcast --variable protocol=messagepack --variable transport=LongPolling --profile asp-perf-lin

imports:
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/SignalRClient/signalrclient.yml
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/SignalR/signalrServer.yml
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml

variables:
serverPort: 5000
Expand Down
2 changes: 1 addition & 1 deletion scenarios/staticfiles.benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

imports:
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml

variables:
serverScheme: http
Expand Down
2 changes: 1 addition & 1 deletion scenarios/te.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
imports:
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml

jobs:

Expand Down
4 changes: 2 additions & 2 deletions scenarios/tls.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
imports:
imports:
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.HttpClient/httpclient.yml
- https://github.com/dotnet/crank/blob/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml?raw=true
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml

variables:
serverPort: 5000
Expand Down
4 changes: 2 additions & 2 deletions scenarios/websocket.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Examples:
# Examples:
# --config websocket.benchmarks.yml --scenario websocket --variable scenario=echo --profile aspnet-perf-lin

imports:
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/WebsocketClient/websocketclient.yml
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/Websocket/websocketServer.yml
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml

variables:
serverPort: 5000
Expand Down
4 changes: 2 additions & 2 deletions src/Benchmarks/database.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Examples:
# Examples:
# --config plaintext.benchmarks.yml --scenario plaintext --profile aspnet-physical
# --config benchmarks.compose.yml --scenario fortunes --profile aspnet-physical

imports:
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/WrkClient/wrk.yml

variables:
Expand Down
4 changes: 2 additions & 2 deletions src/Benchmarks/plaintext.benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Examples:
# Examples:
# --config plaintext.benchmarks.yml --scenario plaintext --profile aspnet-physical
# --config benchmarks.compose.yml --scenario fortunes --profile aspnet-physical

imports:
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/WrkClient/wrk.yml

variables:
Expand Down
Loading
Loading