diff --git a/Benchmarks/GuidPrimaryKey.cs b/Benchmarks/GuidPrimaryKey.cs index 551627a..06656a5 100644 --- a/Benchmarks/GuidPrimaryKey.cs +++ b/Benchmarks/GuidPrimaryKey.cs @@ -6,7 +6,7 @@ Category.Database)] public class GuidPrimaryKey { - [Params(1_000, 1_000_000)] + [Params(100, 1_000)] public int RowCount { get; set; } private readonly MsSqlContainer _sqlServerContainer = new MsSqlBuilder()