1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 00:33:23 +00:00

SDK integration in db seeder

This commit is contained in:
Hinton
2025-07-01 17:21:26 +02:00
parent 57cd628de8
commit 418dbb374c
12 changed files with 3118 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ namespace Bit.Api.IntegrationTest.AdminConsole.Controllers;
public class OrganizationUsersControllerPerformanceTest(ITestOutputHelper testOutputHelper)
{
[Theory(Skip = "Performance test")]
[Theory()]
[InlineData(100)]
[InlineData(60000)]
public async Task GetAsync(int seats)