diff --git a/build/ci.profile.yml b/build/ci.profile.yml index 6442c0527..0c53c6d24 100644 --- a/build/ci.profile.yml +++ b/build/ci.profile.yml @@ -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: diff --git a/build/job-variables.yml b/build/job-variables.yml index 768a94545..59259217f 100644 --- a/build/job-variables.yml +++ b/build/job-variables.yml @@ -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 diff --git a/build/prbenchmarks.aspnetcore.config.yml b/build/prbenchmarks.aspnetcore.config.yml index 2ca145db3..6e411c414 100644 --- a/build/prbenchmarks.aspnetcore.config.yml +++ b/build/prbenchmarks.aspnetcore.config.yml @@ -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: diff --git a/build/prbenchmarks.efcore.config.yml b/build/prbenchmarks.efcore.config.yml index f7aaa2272..f6c64b9a5 100644 --- a/build/prbenchmarks.efcore.config.yml +++ b/build/prbenchmarks.efcore.config.yml @@ -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: @@ -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 diff --git a/build/prbenchmarks.runtime.linux_arm64.config.yml b/build/prbenchmarks.runtime.linux_arm64.config.yml index dbb020ba6..3d7073db5 100644 --- a/build/prbenchmarks.runtime.linux_arm64.config.yml +++ b/build/prbenchmarks.runtime.linux_arm64.config.yml @@ -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 diff --git a/build/prbenchmarks.runtime.windows_arm64.config.yml b/build/prbenchmarks.runtime.windows_arm64.config.yml index 00c3ba412..8359d409e 100644 --- a/build/prbenchmarks.runtime.windows_arm64.config.yml +++ b/build/prbenchmarks.runtime.windows_arm64.config.yml @@ -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 diff --git a/build/sslstream-scenarios.yml b/build/sslstream-scenarios.yml index c0a8de199..d572af348 100644 --- a/build/sslstream-scenarios.yml +++ b/build/sslstream-scenarios.yml @@ -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 diff --git a/scenarios/antiforgery.benchmarks.yml b/scenarios/antiforgery.benchmarks.yml index 9099dc042..696af177b 100644 --- a/scenarios/antiforgery.benchmarks.yml +++ b/scenarios/antiforgery.benchmarks.yml @@ -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 diff --git a/scenarios/aspnet.profiles.standard.yml b/scenarios/aspnet.profiles.standard.yml index 12244e9ba..cfd12ca7d 100644 --- a/scenarios/aspnet.profiles.standard.yml +++ b/scenarios/aspnet.profiles.standard.yml @@ -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: diff --git a/scenarios/aspnet.profiles.yml b/scenarios/aspnet.profiles.yml index 101f35708..f925ff988 100644 --- a/scenarios/aspnet.profiles.yml +++ b/scenarios/aspnet.profiles.yml @@ -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 diff --git a/scenarios/blazor.benchmarks.yml b/scenarios/blazor.benchmarks.yml index fd89645dd..6a0c6d28c 100644 --- a/scenarios/blazor.benchmarks.yml +++ b/scenarios/blazor.benchmarks.yml @@ -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 diff --git a/scenarios/containers.benchmarks.yml b/scenarios/containers.benchmarks.yml index 4304ae645..7dcfd0c5f 100644 --- a/scenarios/containers.benchmarks.yml +++ b/scenarios/containers.benchmarks.yml @@ -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: diff --git a/scenarios/database.benchmarks.yml b/scenarios/database.benchmarks.yml index 0bb5a36eb..b66f679df 100644 --- a/scenarios/database.benchmarks.yml +++ b/scenarios/database.benchmarks.yml @@ -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 diff --git a/scenarios/dotnet.benchmarks.yml b/scenarios/dotnet.benchmarks.yml index 885623228..ed11f0609 100644 --- a/scenarios/dotnet.benchmarks.yml +++ b/scenarios/dotnet.benchmarks.yml @@ -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: diff --git a/scenarios/efcore.benchmarks.yml b/scenarios/efcore.benchmarks.yml index cd44c6d03..b4b758d6d 100644 --- a/scenarios/efcore.benchmarks.yml +++ b/scenarios/efcore.benchmarks.yml @@ -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: diff --git a/scenarios/goldilocks.benchmarks.yml b/scenarios/goldilocks.benchmarks.yml index ea79f6666..f52daff84 100644 --- a/scenarios/goldilocks.benchmarks.yml +++ b/scenarios/goldilocks.benchmarks.yml @@ -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 diff --git a/scenarios/grpc.benchmarks.yml b/scenarios/grpc.benchmarks.yml index 2476a5334..f8c65d8e7 100644 --- a/scenarios/grpc.benchmarks.yml +++ b/scenarios/grpc.benchmarks.yml @@ -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 diff --git a/scenarios/json.benchmarks.yml b/scenarios/json.benchmarks.yml index 16f843b61..161ad9a5f 100644 --- a/scenarios/json.benchmarks.yml +++ b/scenarios/json.benchmarks.yml @@ -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 diff --git a/scenarios/mono.benchmarks.yml b/scenarios/mono.benchmarks.yml index b7202f6fa..59d7d0ed9 100644 --- a/scenarios/mono.benchmarks.yml +++ b/scenarios/mono.benchmarks.yml @@ -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 diff --git a/scenarios/orchard.benchmarks.yml b/scenarios/orchard.benchmarks.yml index 7919edd3a..cc939b34a 100644 --- a/scenarios/orchard.benchmarks.yml +++ b/scenarios/orchard.benchmarks.yml @@ -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 diff --git a/scenarios/plaintext.benchmarks.yml b/scenarios/plaintext.benchmarks.yml index 2757a54f4..626003ac9 100644 --- a/scenarios/plaintext.benchmarks.yml +++ b/scenarios/plaintext.benchmarks.yml @@ -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 diff --git a/scenarios/platform.benchmarks.yml b/scenarios/platform.benchmarks.yml index bd9fc8e53..0f3c03d5a 100644 --- a/scenarios/platform.benchmarks.yml +++ b/scenarios/platform.benchmarks.yml @@ -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 diff --git a/scenarios/rejection.benchmarks.yml b/scenarios/rejection.benchmarks.yml index 1ac214755..cd0f7eeb9 100644 --- a/scenarios/rejection.benchmarks.yml +++ b/scenarios/rejection.benchmarks.yml @@ -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 diff --git a/scenarios/signalr.benchmarks.yml b/scenarios/signalr.benchmarks.yml index ac5cdb83d..830b9afb8 100644 --- a/scenarios/signalr.benchmarks.yml +++ b/scenarios/signalr.benchmarks.yml @@ -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 diff --git a/scenarios/staticfiles.benchmarks.yml b/scenarios/staticfiles.benchmarks.yml index 34fe857e6..507654f73 100644 --- a/scenarios/staticfiles.benchmarks.yml +++ b/scenarios/staticfiles.benchmarks.yml @@ -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 diff --git a/scenarios/te.benchmarks.yml b/scenarios/te.benchmarks.yml index cd92224a7..1ed1c072c 100644 --- a/scenarios/te.benchmarks.yml +++ b/scenarios/te.benchmarks.yml @@ -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: diff --git a/scenarios/tls.benchmarks.yml b/scenarios/tls.benchmarks.yml index 7cabcadaf..885b62ba5 100644 --- a/scenarios/tls.benchmarks.yml +++ b/scenarios/tls.benchmarks.yml @@ -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 diff --git a/scenarios/websocket.benchmarks.yml b/scenarios/websocket.benchmarks.yml index 391154bb6..05f21f326 100644 --- a/scenarios/websocket.benchmarks.yml +++ b/scenarios/websocket.benchmarks.yml @@ -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 diff --git a/src/Benchmarks/database.benchmarks.yml b/src/Benchmarks/database.benchmarks.yml index 132c7987d..bc3d54481 100644 --- a/src/Benchmarks/database.benchmarks.yml +++ b/src/Benchmarks/database.benchmarks.yml @@ -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: diff --git a/src/Benchmarks/plaintext.benchmarks.yml b/src/Benchmarks/plaintext.benchmarks.yml index c1df164ca..99829a17b 100644 --- a/src/Benchmarks/plaintext.benchmarks.yml +++ b/src/Benchmarks/plaintext.benchmarks.yml @@ -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: diff --git a/src/BenchmarksApps/HelloWorldMiddleware/benchmarks.yml b/src/BenchmarksApps/HelloWorldMiddleware/benchmarks.yml index 371cf4cd7..e0491e0d7 100644 --- a/src/BenchmarksApps/HelloWorldMiddleware/benchmarks.yml +++ b/src/BenchmarksApps/HelloWorldMiddleware/benchmarks.yml @@ -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 variables: serverPort: 5000 diff --git a/src/BenchmarksApps/Mvc/benchmarks.certapi.yml b/src/BenchmarksApps/Mvc/benchmarks.certapi.yml index 8cfd6eb13..c301971e1 100644 --- a/src/BenchmarksApps/Mvc/benchmarks.certapi.yml +++ b/src/BenchmarksApps/Mvc/benchmarks.certapi.yml @@ -1,10 +1,10 @@ -# Examples: +# Examples: # --config benchmarks.certapi.yml --scenario ApiCrudListProducts --profile aspnet-perf-lin imports: - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.HttpClient/httpclient.yml - https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/Mvc/mvcserver.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 @@ -25,7 +25,7 @@ scenarios: serverScheme: https # [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Benchmark code, not a secret")] certPwd: testPassword - certPath: https://github.com/aspnet/benchmarks/blob/main/src/Benchmarks/testCert.pfx?raw=true + certPath: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/Benchmarks/testCert.pfx # List products ApiCrudListProducts: @@ -42,7 +42,7 @@ scenarios: serverScheme: https # [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Benchmark code, not a secret")] certPwd: testPassword - certPath: https://github.com/aspnet/benchmarks/blob/main/src/Benchmarks/testCert.pfx?raw=true + certPath: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/Benchmarks/testCert.pfx # Get an individual product ApiCrudGetProductDetails: @@ -59,7 +59,7 @@ scenarios: serverScheme: https # [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Benchmark code, not a secret")] certPwd: testPassword - certPath: https://github.com/aspnet/benchmarks/blob/main/src/Benchmarks/testCert.pfx?raw=true + certPath: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/Benchmarks/testCert.pfx # Add product ApiCrudAddProduct: @@ -78,7 +78,7 @@ scenarios: serverScheme: https # [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Benchmark code, not a secret")] certPwd: testPassword - certPath: https://github.com/aspnet/benchmarks/blob/main/src/Benchmarks/testCert.pfx?raw=true + certPath: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/Benchmarks/testCert.pfx # Update product ApiCrudUpdateProduct: @@ -97,7 +97,7 @@ scenarios: serverScheme: https # [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Benchmark code, not a secret")] certPwd: testPassword - certPath: https://github.com/aspnet/benchmarks/blob/main/src/Benchmarks/testCert.pfx?raw=true + certPath: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/Benchmarks/testCert.pfx # Remove a product item ApiCrudDeleteProduct: @@ -115,4 +115,4 @@ scenarios: serverScheme: https # [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Benchmark code, not a secret")] certPwd: testPassword - certPath: https://github.com/aspnet/benchmarks/blob/main/src/Benchmarks/testCert.pfx?raw=true + certPath: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/Benchmarks/testCert.pfx diff --git a/src/BenchmarksApps/Mvc/benchmarks.crudapi.yml b/src/BenchmarksApps/Mvc/benchmarks.crudapi.yml index 6a3259eaa..33c4611cb 100644 --- a/src/BenchmarksApps/Mvc/benchmarks.crudapi.yml +++ b/src/BenchmarksApps/Mvc/benchmarks.crudapi.yml @@ -1,10 +1,10 @@ -# Examples: +# Examples: # --config benchmarks.crudapi.yml --scenario ApiCrudListProducts --profile aspnet-perf-lin imports: - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml - https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/Mvc/mvcserver.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 diff --git a/src/BenchmarksApps/Mvc/benchmarks.jwtapi.yml b/src/BenchmarksApps/Mvc/benchmarks.jwtapi.yml index 84ddba2ab..6dbb48efd 100644 --- a/src/BenchmarksApps/Mvc/benchmarks.jwtapi.yml +++ b/src/BenchmarksApps/Mvc/benchmarks.jwtapi.yml @@ -1,10 +1,10 @@ -# Examples: +# Examples: # --config benchmarks.jwtapi.yml --scenario ApiCrudListProducts --profile aspnet-perf-lin imports: - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml - https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/Mvc/mvcserver.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 diff --git a/src/BenchmarksApps/Mvc/benchmarks.mvcjson.yml b/src/BenchmarksApps/Mvc/benchmarks.mvcjson.yml index e3677a4f3..5779b956e 100644 --- a/src/BenchmarksApps/Mvc/benchmarks.mvcjson.yml +++ b/src/BenchmarksApps/Mvc/benchmarks.mvcjson.yml @@ -1,11 +1,11 @@ -# Examples: +# Examples: # --config benchmarks.mvcjson.yml --scenario MvcJson2k --profile aspnet-perf-lin imports: - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml - https://raw.githubusercontent.com/dotnet/crank/master/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml - https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/Mvc/mvcserver.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 diff --git a/src/BenchmarksApps/Samples/Template/sample.yml b/src/BenchmarksApps/Samples/Template/sample.yml index c3c5bbf1e..6ca472c0f 100644 --- a/src/BenchmarksApps/Samples/Template/sample.yml +++ b/src/BenchmarksApps/Samples/Template/sample.yml @@ -1,8 +1,8 @@ -# Examples: +# Examples: # --config platform.benchmarks.yml --scenario json --profile aspnet-citrine-lin 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 jobs: diff --git a/src/BenchmarksApps/TechEmpower/BlazorSSR/blazorssr.benchmarks.yml b/src/BenchmarksApps/TechEmpower/BlazorSSR/blazorssr.benchmarks.yml index fa12df862..1db096f61 100644 --- a/src/BenchmarksApps/TechEmpower/BlazorSSR/blazorssr.benchmarks.yml +++ b/src/BenchmarksApps/TechEmpower/BlazorSSR/blazorssr.benchmarks.yml @@ -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.standard.yml?raw=true + - https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.standard.yml variables: serverPort: 5000 diff --git a/src/BenchmarksApps/TechEmpower/Minimal/minimal.benchmarks.yml b/src/BenchmarksApps/TechEmpower/Minimal/minimal.benchmarks.yml index 9f5b21f47..70f988ef7 100644 --- a/src/BenchmarksApps/TechEmpower/Minimal/minimal.benchmarks.yml +++ b/src/BenchmarksApps/TechEmpower/Minimal/minimal.benchmarks.yml @@ -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.standard.yml?raw=true + - https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.standard.yml variables: serverPort: 5000 diff --git a/src/BenchmarksApps/TechEmpower/Mvc/mvc.benchmarks.yml b/src/BenchmarksApps/TechEmpower/Mvc/mvc.benchmarks.yml index eb8a08e55..849746bd8 100644 --- a/src/BenchmarksApps/TechEmpower/Mvc/mvc.benchmarks.yml +++ b/src/BenchmarksApps/TechEmpower/Mvc/mvc.benchmarks.yml @@ -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.standard.yml?raw=true + - https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.standard.yml variables: serverPort: 5000 diff --git a/src/BenchmarksApps/TechEmpower/RazorPages/razorpages.benchmarks.yml b/src/BenchmarksApps/TechEmpower/RazorPages/razorpages.benchmarks.yml index 69c4c16fa..46b514522 100644 --- a/src/BenchmarksApps/TechEmpower/RazorPages/razorpages.benchmarks.yml +++ b/src/BenchmarksApps/TechEmpower/RazorPages/razorpages.benchmarks.yml @@ -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.standard.yml?raw=true + - https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.standard.yml variables: serverPort: 5000