From cba76d6f5acffcc561fda1fb9a270cbcfbf82069 Mon Sep 17 00:00:00 2001 From: Simon McKenna Date: Mon, 11 Mar 2024 16:21:47 +1030 Subject: [PATCH] Reduce row count --- Benchmarks/GuidPrimaryKey.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()