Table of Contents

IBenchmarkWorkspace Interface

Definition

Namespace
Codebelt.Extensions.BenchmarkDotNet
Assemblies
Codebelt.Extensions.BenchmarkDotNet.dll
Source
src/Codebelt.Extensions.BenchmarkDotNet/IBenchmarkWorkspace.cs

Defines a way for discovering and handling assemblies and their generated artifacts in BenchmarkDotNet.

public interface IBenchmarkWorkspace

Methods

Name Description
LoadBenchmarkAssemblies()

Loads assemblies that contain BenchmarkDotNet benchmarks.

PostProcessArtifacts()

Performs post-processing on artifacts produced by BenchmarkDotNet.