focussing on the interesting numbers for now

This commit is contained in:
benbierens 2024-06-07 17:08:14 +02:00
parent 5ffff1ed07
commit 52ae671234
No known key found for this signature in database
GPG Key ID: 877D2C2E09A22F3A
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ public class ScalabilityTests : CodexDistTest
[DontDownloadLogs]
[WaitForCleanup]
public void ShouldMaintainFileInNetwork(
[Values(10, 40)] int numberOfNodes, // TODO: include 80 and 100
[Values(100, 1000, 5000, 10000)] int fileSizeInMb
[Values(10)] int numberOfNodes, // TODO: include 40, 80 and 100
[Values(5000, 10000)] int fileSizeInMb // TODO: include 100, 1000
)
{
var logLevel = CodexLogLevel.Info;