Skip to content

Commit

Permalink
Update README to point to the machines available from ASP.NET. (#3814)
Browse files Browse the repository at this point in the history
* Added the GC Infrastructure

* Revert "Added the GC Infrastructure"

This reverts commit 0d3885d.

* Updated README to reflect the machines available
  • Loading branch information
mrsharm authored Feb 1, 2024
1 parent 67f4975 commit 641ead6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/benchmarks/gc/GC.Infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,7 @@ To run GCPerfSim on the ASP.NET Machines, do the following:
2. ``sc.exe create "CrankAgentService" binpath= "%USERPROFILE%\crank-agent.exe --url http://*:5001 --service"``.
2. Then run the crank-agent by invoking ``crank-agent`` locally.

The following are the machines you can choose to run the configuration on:

| Profile | Arch | OS | Proc |
| -------- | -------- | ------- |----|
| aspnet-perf-lin| INTEL, 11 cores, 32GB| Ubuntu 20.04, Kernel 5.4.0| Intel(R) Xeon(R) E-2336 CPU @ 2.90GHz
| aspnet-perf-win| INTEL, 11 cores, 32GB| Windows Server 2022| Intel(R) Xeon(R) E-2336 CPU @ 2.90GHz
| aspnet-citrine-lin| INTEL, 27 cores| Ubuntu 20.04, Kernel 5.4.0| Intel(R) Xeon(R) Gold 5120 CPU @ 2.20GHz
| aspnet-citrine-win| INTEL, 27 cores| Windows Server 2022 | Intel(R) Xeon(R) Gold 5120 CPU @ 2.20GHz
| aspnet-citrine-amd| AMD, 47 cores, 64GB, 1 NUMA| Ubuntu 20.04, Kernel 5.4.0 | AMD EPYC 7402P 24-Core Processor
The list of machines you can choose to run the configuration can be found [here](https://github.com/aspnet/Benchmarks/tree/main/scenarios#profiles).

##### Microbenchmarks

Expand Down

0 comments on commit 641ead6

Please sign in to comment.