Skip to content

Commit 7a2ef9c

Browse files
committed
use different load
1 parent 3d4cae8 commit 7a2ef9c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scenarios/aspnet.profiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ profiles:
442442
- main
443443
load:
444444
endpoints:
445-
- http://asp-perf-db:5001
445+
- http://asp-perf-load:5001
446446
aliases:
447447
- warmup
448448
- secondary

scenarios/rejection.benchmarks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ imports:
66
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
77
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.HttpClient/httpclient.yml
88
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
9-
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
9+
# - https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
10+
- https://github.com/deaglegross/Benchmarks/blob/dmkorolev/rejection-header/scenarios/aspnet.profiles.yml?raw=true
1011

1112
variables:
1213
serverPort: 5000

0 commit comments

Comments
 (0)