BenchmarkDotNet.Reports.Summary.NothingToRun C# (CSharp) Method

NothingToRun() static private method

static private NothingToRun ( string title, string resultsDirectoryPath, string logFilePath ) : Summary
title string
resultsDirectoryPath string
logFilePath string
return Summary
        internal static Summary NothingToRun(string title, string resultsDirectoryPath, string logFilePath)
            => new Summary(title, ImmutableArray<BenchmarkReport>.Empty, HostEnvironmentInfo.GetCurrent(), resultsDirectoryPath, logFilePath, TimeSpan.Zero, DefaultCultureInfo.Instance, ImmutableArray<ValidationError>.Empty, ImmutableArray<IColumnHidingRule>.Empty);