diff --git a/samples/BenchmarkDotNet.Samples/Intro/IntroParamsAllValues.cs b/samples/BenchmarkDotNet.Samples/IntroParamsAllValues.cs similarity index 91% rename from samples/BenchmarkDotNet.Samples/Intro/IntroParamsAllValues.cs rename to samples/BenchmarkDotNet.Samples/IntroParamsAllValues.cs index b81fb984b8..d30437cc47 100644 --- a/samples/BenchmarkDotNet.Samples/Intro/IntroParamsAllValues.cs +++ b/samples/BenchmarkDotNet.Samples/IntroParamsAllValues.cs @@ -1,8 +1,9 @@ using System.Threading; using BenchmarkDotNet.Attributes; -namespace BenchmarkDotNet.Samples.Intro +namespace BenchmarkDotNet.Samples { + [DryJob] public class IntroParamsAllValues { public enum CustomEnum