79636320

Date: 2025-05-24 00:32:11
Score: 0.5
Natty:
Report link
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Jobs;

public class CustomConfig : ManualConfig
{
    public CustomConfig()
    {
        // Starts with an empty config adding only the jobs you want
        AddJob(Job.Default.WithCustomBuildConfiguration("Benchmarks"));
    }
}
 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Charles Henington