在 GlobalSetup 方法之前执行 ArgumentsSource 方法

作者: drieseng创建于 2020年3月29日更新于 2026年9月12日
标签Area:Engine

In **BenchmarkDotNet** version 0.12, the method that provides arguments for a parameterized benchmark is executed before the **GlobalSetup** method of the benchmark.

内容来源: dotnet/BenchmarkDotNet