Enum TestMode
Specifies the way we want to run a particular performance test
Namespace: NBench
Assembly: NBench.dll
Syntax
public enum TestMode
Fields
| Name | Description |
|---|---|
| Measurement | Performs no BenchmarkAssertions - just records the metrics and writes them to the log |
| Test | Requires at least one performance assertion and throws a PASS / FAIL result into the log. |