Skip to content

Commit db8f8d8

Browse files
Fix spelling warning in docs/articles/configs.jobs.md
1 parent f8e0a5c commit db8f8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/articles/configs/jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ It's a single string characteristic. It allows to name your job. This name will
3535
* `CpuGroups`: Specifies whether garbage collection supports multiple CPU groups
3636
* `Force`: Specifies whether the BenchmarkDotNet's benchmark runner forces full garbage collection after each benchmark invocation
3737
* `AllowVeryLargeObjects`: On 64-bit platforms, enables arrays that are greater than 2 gigabytes (GB) in total size
38-
* `LargeAddressAware`: Specifies that benchmark can handle addresses larger than 2 gigabytes. See also: @BenchmarkDotNet.Samples.IntroLargeAddressAware and [LARGEADDRESSAWARE](https://learn.microsoft.com/cpp/build/reference/largeaddressaware-handle-large-addresses)
38+
* `LargeAddressAware`: Specifies that benchmark can handle addresses larger than 2 gigabytes. See also: @BenchmarkDotNet.Samples.IntroLargeAddressAware and [`LARGEADDRESSAWARE`](https://learn.microsoft.com/cpp/build/reference/largeaddressaware-handle-large-addresses)
3939
* `false`: Benchmark uses the defaults (64-bit: enabled; 32-bit: disabled).
4040
* `true`: Explicitly specify that benchmark can handle addresses larger than 2 gigabytes.
4141
* `EnvironmentVariables`: customized environment variables for target benchmark. See also: @BenchmarkDotNet.Samples.IntroEnvVars

0 commit comments

Comments
 (0)