You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unit tests (BenchmarkDotNet.Tests) are designed to be extremely fast. Currently, RunningEmptyBenchmarkTests conducts actual benchmarking, which takes too much time and hinders the quick validation of standard tests. For example, GenericTypeWithBenchmarkAttribute_RunsSuccessfully takes over 30 seconds on my machine. RunningEmptyBenchmarkTests should be moved to BenchmarkDotNet.IntegrationTests, where we keep all the longer tests.