Skip to content
Open
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
21 changes: 0 additions & 21 deletions build/ci.profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,27 +175,6 @@ profiles:
- warmup
- secondary

amd-lin-app:
variables:
serverAddress: 10.0.0.106
cores: 48
agents:
application:
endpoints:
- http://asp-citrine-amd:5001
aliases:
- main

amd-lin-load:
variables:
secondaryAddress: 10.0.0.106
agents:
load:
endpoints:
- http://asp-citrine-amd:5001
aliases:
- warmup
- secondary

amd-lin2-app:
variables:
Expand Down
3 changes: 0 additions & 3 deletions build/prbenchmarks.aspnetcore.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ profiles:
description: Ampere/Linux 80 Cores
arguments: --profile aspnet-citrine-arm-lin-relay

aspnet-citrine-amd:
description: AMD/Linux 48 Cores
arguments: --profile aspnet-citrine-amd-relay

benchmarks:
plaintext:
Expand Down
3 changes: 0 additions & 3 deletions build/prbenchmarks.runtime.linux_x64.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ profiles:
description: Intel/Linux 12 Cores
arguments: --profile aspnet-perf-lin-relay

aspnet-citrine-amd:
description: Amd/Linux 48 Cores
arguments: --profile aspnet-citrine-amd-relay

benchmarks:
micro:
Expand Down
2 changes: 0 additions & 2 deletions scenarios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ Each profile defines a set of machines, private IPs and ports that are used to r
| `aspnet-perf-win` | INTEL, 12 logical cores, 1 socket, 32GB | Windows Server 2022 | Intel(R) Xeon(R) E-2336 CPU @ 2.90GHz |
| `aspnet-citrine-lin` | INTEL, logical 28 cores, 1 socket, 32GB | Ubuntu 20.04, Kernel 5.4.0 | Intel(R) Xeon(R) Gold 5120 CPU @ 2.20GHz |
| `aspnet-citrine-win` | INTEL, logical 28 cores, 1 socket, 32GB | Windows Server 2022 | Intel(R) Xeon(R) Gold 5120 CPU @ 2.20GHz |
| `aspnet-citrine-amd` | AMD, logical 48 cores, 1 socket, 64GB, 1 NUMA | Ubuntu 20.04, Kernel 5.4.0 | AMD EPYC 7402P 24-Core Processor |
| `aspnet-citrine-amd2` | AMD, logical 48 cores, 1 socket, 64GB, 4 NUMA | Ubuntu 20.04, Kernel 5.4.0 | AMD EPYC 7402P 24-Core Processor |
| `aspnet-citrine-arm-lin` | ARM64, 80 logical cores, 1 socket, 1 NUMA, 128 GB | Ubuntu 20.04, Kernel 5.4.0 | Neoverse-N1 |
| `aspnet-gold-lin` | INTEL, 56 logical cores, 1 socket, 1 NUMA, 64 GB | Ubuntu 22.04, Kernel 6.8.0-45-generic | Intel(R) Xeon(R) Gold 6330 CPU @ 2.00GHz |
| `aspnet-gold-win` | INTEL, 56 logical cores, 1 socket, 1 NUMA, 64 GB | Windows Server 2022 | Intel(R) Xeon(R) Gold 6330 CPU @ 2.00GHz |
| `aspnet-siryn-arm-lin` | ARM64, 128 logical cores, 1 socket, 1 NUMA, 250GB | Ubuntu 20.04, Kernel 5.4.0 | Ampere(R) AmpereOne(TM) |

For testing purpose only, the __local__ profile requires a local agent to run:

Expand Down
90 changes: 31 additions & 59 deletions scenarios/aspnet.profiles.standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ profiles:
variables:
mainAddress: 10.0.0.108
secondaryAddress: 10.0.0.109
extraAddress: 10.0.0.106
extraAddress: 10.0.0.103
serverAddress: 10.0.0.108
databaseServer: 10.0.0.106
downstreamAddress: 10.0.0.106
databaseServer: 10.0.0.103
downstreamAddress: 10.0.0.103
cores: 80
agents:
main:
Expand All @@ -183,7 +183,7 @@ profiles:
- warmup
extra:
endpoints:
- http://asp-citrine-amd:5001
- http://asp-citrine-db:5001
aliases:
- db
- downstream
Expand All @@ -192,10 +192,10 @@ profiles:
variables:
mainAddress: 10.0.0.108
secondaryAddress: 10.0.0.109
extraAddress: 10.0.0.106
extraAddress: 10.0.0.103
serverAddress: 10.0.0.108
databaseServer: 10.0.0.106
downstreamAddress: 10.0.0.106
databaseServer: 10.0.0.103
downstreamAddress: 10.0.0.103
cores: 80
agents:
main:
Expand All @@ -211,19 +211,19 @@ profiles:
- warmup
extra:
endpoints:
- https://aspnetperf.servicebus.windows.net/citrineamd
- https://aspnetperf.servicebus.windows.net/citrinedb
aliases:
- db
- downstream

aspnet-citrine-arm-win:
variables:
mainAddress: 10.0.0.110
secondaryAddress: 10.0.0.106
extraAddress: 10.0.0.109
secondaryAddress: 10.0.0.105
extraAddress: 10.0.0.103
serverAddress: 10.0.0.110
databaseServer: 10.0.0.109
downstreamAddress: 10.0.0.109
databaseServer: 10.0.0.103
downstreamAddress: 10.0.0.103
cores: 80
agents:
main:
Expand All @@ -233,25 +233,25 @@ profiles:
- application
secondary:
endpoints:
- http://asp-citrine-amd:5001
- http://asp-citrine-load:5001
aliases:
- load
- warmup
extra:
endpoints:
- http://asp-citrine-amd2:5001
- http://asp-citrine-db:5001
aliases:
- db
- downstream

aspnet-citrine-arm-win-relay:
variables:
mainAddress: 10.0.0.110
secondaryAddress: 10.0.0.106
extraAddress: 10.0.0.109
secondaryAddress: 10.0.0.105
extraAddress: 10.0.0.103
serverAddress: 10.0.0.110
databaseServer: 10.0.0.109
downstreamAddress: 10.0.0.109
databaseServer: 10.0.0.103
downstreamAddress: 10.0.0.103
cores: 80
agents:
main:
Expand All @@ -261,13 +261,13 @@ profiles:
- application
secondary:
endpoints:
- https://aspnetperf.servicebus.windows.net/citrineamd
- https://aspnetperf.servicebus.windows.net/citrineload
aliases:
- load
- warmup
extra:
endpoints:
- https://aspnetperf.servicebus.windows.net/citrineamd2
- https://aspnetperf.servicebus.windows.net/citrinedb
aliases:
- db
- downstream
Expand Down Expand Up @@ -300,47 +300,19 @@ profiles:
- db
- downstream

aspnet-citrine-amd:
variables:
mainAddress: 10.0.0.106
secondaryAddress: 10.0.0.103
extraAddress: 10.0.0.105
serverAddress: 10.0.0.106
databaseServer: 10.0.0.105
downstreamAddress: 10.0.0.105
cores: 48
agents:
main:
endpoints:
- http://asp-citrine-amd:5001
aliases:
- application
secondary:
endpoints:
- http://asp-citrine-db:5001
aliases:
- load
- warmup
extra:
endpoints:
- http://asp-citrine-load:5001
aliases:
- db
- downstream

aspnet-citrine-amd-relay:
variables:
mainAddress: 10.0.0.106
mainAddress: 10.0.0.109
secondaryAddress: 10.0.0.103
extraAddress: 10.0.0.105
serverAddress: 10.0.0.106
serverAddress: 10.0.0.109
databaseServer: 10.0.0.105
downstreamAddress: 10.0.0.105
cores: 48
agents:
main:
endpoints:
- https://aspnetperf.servicebus.windows.net/citrineamd
- https://aspnetperf.servicebus.windows.net/citrineamd2
aliases:
- application
secondary:
Expand Down Expand Up @@ -584,10 +556,10 @@ profiles:
variables:
mainAddress: 10.0.0.111
secondaryAddress: 10.0.0.109
extraAddress: 10.0.0.106
extraAddress: 10.0.0.103
serverAddress: 10.0.0.111
databaseServer: 10.0.0.106
downstreamAddress: 10.0.0.106
databaseServer: 10.0.0.103
downstreamAddress: 10.0.0.103
cores: 128
agents:
main:
Expand All @@ -603,7 +575,7 @@ profiles:
- warmup
extra:
endpoints:
- http://asp-citrine-amd:5001
- http://asp-citrine-db:5001
aliases:
- db
- downstream
Expand All @@ -612,10 +584,10 @@ profiles:
variables:
mainAddress: 10.0.0.111
secondaryAddress: 10.0.0.109
extraAddress: 10.0.0.106
extraAddress: 10.0.0.103
serverAddress: 10.0.0.111
databaseServer: 10.0.0.106
downstreamAddress: 10.0.0.106
databaseServer: 10.0.0.103
downstreamAddress: 10.0.0.103
cores: 128
agents:
main:
Expand All @@ -631,7 +603,7 @@ profiles:
- warmup
extra:
endpoints:
- https://aspnetperf.servicebus.windows.net/citrineamd
- https://aspnetperf.servicebus.windows.net/citrinedb
aliases:
- db
- downstream
Expand Down
Loading
Loading