C# (CSharp) NBench.Runner Namespace

Classes

Name Description
CommandLine Command line argument parser for NBench specifications Parses arguments from Environment.GetCommandLineArgs. For example (from the Akka.NodeTestRunner source): var outputDirectory = CommandLine.GetInt32("output-directory");
Program