Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 796 Bytes

IntroEnvVars.md

File metadata and controls

25 lines (18 loc) · 796 Bytes
uid
BenchmarkDotNet.Samples.IntroEnvVars

Sample: IntroEnvVars

You can configure custom environment variables for the process that is running your benchmarks. One reason for doing this might be checking out how different compilation, threading, garbage collector settings affect the performance of .NET Core.

Source code

[!code-csharpIntroEnvVars.cs]

Links

  • @docs.customizing-runtime
  • @docs.configs
  • @docs.jobs
  • The permanent link to this sample: @BenchmarkDotNet.Samples.IntroEnvVars