Skip to content

Commit 69ae978

Browse files
authored
Moved GCServer -> gcServer
1 parent 67ba56e commit 69ae978

23 files changed

+67
-68
lines changed

src/benchmarks/gc/GC.Infrastructure/Configurations/ASPNetBenchmarks/ASPNetBenchmarks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
run:
88
corerun: C:\CoreRuns\Empty\
99
environment_variables:
10-
DOTNET_GCServer: 1
10+
DOTNET_gcServer: 1
1111
environment:
1212
environment_variables: {}
1313
default_max_seconds: 300

src/benchmarks/gc/GC.Infrastructure/Configurations/GCPerfSim/HighMemory.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
tlgb: 3
1111
sohsi: 50
1212
environment_variables:
13-
DOTNET_GCServer: 0
13+
DOTNET_gcServer: 0
1414

1515
# Top level microbenchmark configuration.
1616
gcperfsim_configurations:
@@ -47,7 +47,7 @@ coreruns:
4747

4848
environment:
4949
environment_variables:
50-
DOTNET_GCServer: 1
50+
DOTNET_gcServer: 1
5151
DOTNET_GCHeapCount: 18
5252
DOTNET_GCName: clrgc.dll
5353
DOTNET_GCHeapHardLimit: "0x100000000"

src/benchmarks/gc/GC.Infrastructure/Configurations/GCPerfSim/LargePages_NormalServer.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
environment:
5454
environment_variables:
55-
DOTNET_GCServer: 1
55+
DOTNET_gcServer: 1
5656
DOTNET_GCLargePages: 1
5757
DOTNET_GCHeapHardLimitSOH: 0x800000000
5858
DOTNET_GCHeapHardLimitLOH: 0x400000000

src/benchmarks/gc/GC.Infrastructure/Configurations/GCPerfSim/LargePages_Server.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gcperfsim_configurations:
4444
gcperfsim_path: C:\performance\artifacts\bin\GCPerfSim\release\net7.0\GCPerfSim.dll
4545
environment:
4646
environment_variables:
47-
DOTNET_GCServer: 1
47+
DOTNET_gcServer: 1
4848
DOTNET_GCHeapCount: 12
4949
DOTNET_GCLargePages: 1
5050
DOTNET_GCHeapHardLimitSOH: 0x800000000

src/benchmarks/gc/GC.Infrastructure/Configurations/GCPerfSim/LargePages_Workstation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gcperfsim_configurations:
4444
gcperfsim_path: C:\performance\artifacts\bin\GCPerfSim\release\net7.0\GCPerfSim.dll
4545
environment:
4646
environment_variables:
47-
DOTNET_GCServer: 0
47+
DOTNET_gcServer: 0
4848
DOTNET_GCLargePages: 1
4949
DOTNET_GCHeapHardLimitSOH: 0x800000000
5050
DOTNET_GCHeapHardLimitLOH: 0x400000000

src/benchmarks/gc/GC.Infrastructure/Configurations/GCPerfSim/LowMemoryContainer.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
tc: 2
1212
tlgb: 0.5
1313
environment_variables:
14-
DOTNET_GCServer: 0
14+
DOTNET_gcServer: 0
1515
DOTNET_GCHeapCount: 1
1616

1717
# Top level microbenchmark configuration.
@@ -49,7 +49,7 @@ coreruns:
4949

5050
environment:
5151
environment_variables:
52-
DOTNET_GCServer: 1
52+
DOTNET_gcServer: 1
5353
DOTNET_GCHeapCount: 4
5454
DOTNET_GCHeapHardLimit: "0x23C34600"
5555
DOTNET_GCTotalPhysicalMemory: "0x23C34600"

src/benchmarks/gc/GC.Infrastructure/Configurations/GCPerfSim/LowVolatilityRuns.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ gcperfsim_configurations:
5151
gcperfsim_path: C:\performance\artifacts\bin\GCPerfSim\release\net7.0\GCPerfSim.dll
5252
environment:
5353
environment_variables:
54-
DOTNET_GCServer: 1
54+
DOTNET_gcServer: 1
5555
DOTNET_GCHeapCount: 12
5656
default_max_seconds: 300
5757
iterations: 1

src/benchmarks/gc/GC.Infrastructure/Configurations/GCPerfSim/Normal_Server.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gcperfsim_configurations:
4444
gcperfsim_path: C:\performance\artifacts\bin\GCPerfSim\release\net7.0\GCPerfSim.dll
4545
environment:
4646
environment_variables:
47-
DOTNET_GCServer: 1
47+
DOTNET_gcServer: 1
4848
DOTNET_GCHeapCount: 12
4949
default_max_seconds: 300
5050
iterations: 1

src/benchmarks/gc/GC.Infrastructure/Configurations/GCPerfSim/Normal_Workstation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gcperfsim_configurations:
4444
gcperfsim_path: C:\performance\artifacts\bin\GCPerfSim\release\net7.0\GCPerfSim.dll
4545
environment:
4646
environment_variables:
47-
DOTNET_GCServer: 0
47+
DOTNET_gcServer: 0
4848
default_max_seconds: 300
4949
iterations: 1
5050
coreruns:

src/benchmarks/gc/GC.Infrastructure/Configurations/GCPerfSim/SampleCrank.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ scenarios:
9898
application:
9999
job: gcperfsim
100100
environmentVariables:
101-
DOTNET_GCServer: 1
101+
DOTNET_gcServer: 1
102102
variables:
103103
threadCount: 1
104104

@@ -116,6 +116,6 @@ scenarios:
116116
application:
117117
job: gcperfsim
118118
environmentVariables:
119-
DOTNET_GCServer: 1
119+
DOTNET_gcServer: 1
120120
variables:
121121
threadCount: 1

src/benchmarks/gc/GC.Infrastructure/Configurations/Microbenchmark/Microbenchmarks_Server.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ runs:
77
is_baseline: true
88
environment_variables:
99
DOTNET_GCName: clrgc.dll
10-
DOTNET_GCServer: 1
10+
DOTNET_gcServer: 1
1111
run:
1212
dotnet_installer:
1313
name: run
1414
corerun: C:\CoreRuns\EmitEvent_Core_Root\corerun.exe
1515
is_baseline: false
1616
environment_variables:
1717
DOTNET_GCName: clrgc.dll
18-
DOTNET_GCServer: 1
18+
DOTNET_gcServer: 1
1919
microbenchmark_configurations:
2020
filter:
2121
filter_path: C:\InfraRuns\RunNew_All\Suites\Microbenchmark\MicrobenchmarksToRun.txt

src/benchmarks/gc/GC.Infrastructure/Configurations/Microbenchmark/Microbenchmarks_Workstation.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ runs:
77
is_baseline: true
88
environment_variables:
99
DOTNET_GCName: clrgc.dll
10-
DOTNET_GCServer: 0
10+
DOTNET_gcServer: 0
1111
run:
1212
dotnet_installer:
1313
name: run
1414
corerun: C:\CoreRuns\EmitEvent_Core_Root\corerun.exe
1515
is_baseline: false
1616
environment_variables:
1717
DOTNET_GCName: clrgc.dll
18-
DOTNET_GCServer: 0
18+
DOTNET_gcServer: 0
1919
microbenchmark_configurations:
2020
filter:
2121
filter_path: C:\InfraRuns\RunNew_All\Suites\Microbenchmark\MicrobenchmarksToRun.txt

src/benchmarks/gc/GC.Infrastructure/GC.Infrastructure.Core.UnitTests/Microbenchmarks/Configurations/NoMicrobenchmarkConfigurationsSpecified.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
heapcount_1:
33
environment_variables:
44
DOTNET_GCHeapCount: 1
5-
DOTNET_GCServer: 0
5+
DOTNET_gcServer: 0
66

77
heapcount_2:
88
environment_variables:
99
DOTNET_GCHeapCount: 2
10-
DOTNET_GCServer: 1
10+
DOTNET_gcServer: 1
1111

1212
heapcount_3:
1313
environment_variables:
1414
DOTNET_GCHeapCount: 3
15-
DOTNET_GCServer: 1
15+
DOTNET_gcServer: 1
1616

1717
heapcount_4:
1818
environment_variables:
1919
DOTNET_GCHeapCount: 4
20-
DOTNET_GCServer: 1
20+
DOTNET_gcServer: 1
2121

2222
heapcount_5:
2323
environment_variables:
2424
DOTNET_GCHeapCount: 5
25-
DOTNET_GCServer: 1
25+
DOTNET_gcServer: 1
2626

2727
# Configurations that involve capturing a trace.
2828
trace_configurations:

src/benchmarks/gc/GC.Infrastructure/GC.Infrastructure.Core.UnitTests/Microbenchmarks/Configurations/NoMicrobenchmarkFilterSpecified.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
heapcount_1:
33
environment_variables:
44
DOTNET_GCHeapCount: 1
5-
DOTNET_GCServer: 0
5+
DOTNET_gcServer: 0
66

77
heapcount_2:
88
environment_variables:
99
DOTNET_GCHeapCount: 2
10-
DOTNET_GCServer: 1
10+
DOTNET_gcServer: 1
1111

1212
heapcount_3:
1313
environment_variables:
1414
DOTNET_GCHeapCount: 3
15-
DOTNET_GCServer: 1
15+
DOTNET_gcServer: 1
1616

1717
heapcount_4:
1818
environment_variables:
1919
DOTNET_GCHeapCount: 4
20-
DOTNET_GCServer: 1
20+
DOTNET_gcServer: 1
2121

2222
heapcount_5:
2323
environment_variables:
2424
DOTNET_GCHeapCount: 5
25-
DOTNET_GCServer: 1
25+
DOTNET_gcServer: 1
2626

2727
# Top level microbenchmark configuration.
2828
microbenchmark_configurations:

src/benchmarks/gc/GC.Infrastructure/GC.Infrastructure.Core.UnitTests/Microbenchmarks/Configurations/NoMicrobenchmarkFrameworkVersionSpecified.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
heapcount_1:
33
environment_variables:
44
DOTNET_GCHeapCount: 1
5-
DOTNET_GCServer: 0
5+
DOTNET_gcServer: 0
66

77
heapcount_2:
88
environment_variables:
99
DOTNET_GCHeapCount: 2
10-
DOTNET_GCServer: 1
10+
DOTNET_gcServer: 1
1111

1212
heapcount_3:
1313
environment_variables:
1414
DOTNET_GCHeapCount: 3
15-
DOTNET_GCServer: 1
15+
DOTNET_gcServer: 1
1616

1717
heapcount_4:
1818
environment_variables:
1919
DOTNET_GCHeapCount: 4
20-
DOTNET_GCServer: 1
20+
DOTNET_gcServer: 1
2121

2222
heapcount_5:
2323
environment_variables:
2424
DOTNET_GCHeapCount: 5
25-
DOTNET_GCServer: 1
25+
DOTNET_gcServer: 1
2626

2727
# Top level microbenchmark configuration.
2828
microbenchmark_configurations:

src/benchmarks/gc/GC.Infrastructure/GC.Infrastructure.Core.UnitTests/Microbenchmarks/Configurations/NoOutputSpecified.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
heapcount_1:
33
environment_variables:
44
DOTNET_GCHeapCount: 1
5-
DOTNET_GCServer: 0
5+
DOTNET_gcServer: 0
66

77
heapcount_2:
88
environment_variables:
99
DOTNET_GCHeapCount: 2
10-
DOTNET_GCServer: 1
10+
DOTNET_gcServer: 1
1111

1212
heapcount_3:
1313
environment_variables:
1414
DOTNET_GCHeapCount: 3
15-
DOTNET_GCServer: 1
15+
DOTNET_gcServer: 1
1616

1717
heapcount_4:
1818
environment_variables:
1919
DOTNET_GCHeapCount: 4
20-
DOTNET_GCServer: 1
20+
DOTNET_gcServer: 1
2121

2222
heapcount_5:
2323
environment_variables:
2424
DOTNET_GCHeapCount: 5
25-
DOTNET_GCServer: 1
25+
DOTNET_gcServer: 1
2626

2727
# Top level microbenchmark configuration.
2828
microbenchmark_configurations:

src/benchmarks/gc/GC.Infrastructure/GC.Infrastructure.Core.UnitTests/Microbenchmarks/Configurations/NoTraceConfigurationTypeSpecified.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
heapcount_1:
33
environment_variables:
44
DOTNET_GCHeapCount: 1
5-
DOTNET_GCServer: 0
5+
DOTNET_gcServer: 0
66

77
heapcount_2:
88
environment_variables:
99
DOTNET_GCHeapCount: 2
10-
DOTNET_GCServer: 1
10+
DOTNET_gcServer: 1
1111

1212
heapcount_3:
1313
environment_variables:
1414
DOTNET_GCHeapCount: 3
15-
DOTNET_GCServer: 1
15+
DOTNET_gcServer: 1
1616

1717
heapcount_4:
1818
environment_variables:
1919
DOTNET_GCHeapCount: 4
20-
DOTNET_GCServer: 1
20+
DOTNET_gcServer: 1
2121

2222
heapcount_5:
2323
environment_variables:
2424
DOTNET_GCHeapCount: 5
25-
DOTNET_GCServer: 1
25+
DOTNET_gcServer: 1
2626

2727
# Top level microbenchmark configuration.
2828
microbenchmark_configurations:

src/benchmarks/gc/GC.Infrastructure/GC.Infrastructure.Core.UnitTests/Microbenchmarks/Configurations/SimpleValidConfiguration.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
heapcount_1:
33
environment_variables:
44
DOTNET_GCHeapCount: 1
5-
DOTNET_GCServer: 0
5+
DOTNET_gcServer: 0
66

77
heapcount_2:
88
environment_variables:
99
DOTNET_GCHeapCount: 2
10-
DOTNET_GCServer: 1
10+
DOTNET_gcServer: 1
1111

1212
heapcount_3:
1313
environment_variables:
1414
DOTNET_GCHeapCount: 3
15-
DOTNET_GCServer: 1
15+
DOTNET_gcServer: 1
1616

1717
heapcount_4:
1818
environment_variables:
1919
DOTNET_GCHeapCount: 4
20-
DOTNET_GCServer: 1
20+
DOTNET_gcServer: 1
2121

2222
heapcount_5:
2323
environment_variables:
2424
DOTNET_GCHeapCount: 5
25-
DOTNET_GCServer: 1
25+
DOTNET_gcServer: 1
2626

2727
# Top level microbenchmark configuration.
2828
microbenchmark_configurations:

src/benchmarks/gc/GC.Infrastructure/GC.Infrastructure.Core.UnitTests/Microbenchmarks/Configurations/SimpleValidConfiguration_BDNArgumentsSpecified.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@
22
heapcount_1:
33
environment_variables:
44
DOTNET_GCHeapCount: 1
5-
DOTNET_GCServer: 0
5+
DOTNET_gcServer: 0
66
framework_version: net6.0
77

88
heapcount_2:
99
environment_variables:
1010
DOTNET_GCHeapCount: 2
11-
DOTNET_GCServer: 1
11+
DOTNET_gcServer: 1
1212
framework_version: net6.0
1313

1414
heapcount_3:
1515
environment_variables:
1616
DOTNET_GCHeapCount: 3
17-
DOTNET_GCServer: 1
17+
DOTNET_gcServer: 1
1818
framework_version: net6.0
1919

2020
heapcount_4:
2121
environment_variables:
2222
DOTNET_GCHeapCount: 4
23-
DOTNET_GCServer: 1
23+
DOTNET_gcServer: 1
2424
framework_version: net6.0
2525

2626
heapcount_5:
2727
environment_variables:
2828
DOTNET_GCHeapCount: 5
29-
DOTNET_GCServer: 1
29+
DOTNET_gcServer: 1
3030
framework_version: net6.0
3131

3232
# Top level microbenchmark configuration.

0 commit comments

Comments
 (0)