Skip to content

Commit

Permalink
Reduce row count
Browse files Browse the repository at this point in the history
  • Loading branch information
si618 committed Mar 11, 2024
1 parent 3531257 commit cba76d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Benchmarks/GuidPrimaryKey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit cba76d6

Please sign in to comment.