Skip to content

Commit

Permalink
Revert "Update storageperf.py"
Browse files Browse the repository at this point in the history
This reverts commit b19ea86.
  • Loading branch information
kamalca committed Nov 14, 2024
1 parent b19ea86 commit 34ab4b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions microsoft/testsuites/performance/storageperf.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def perf_premiumv2_datadisks_1024k(self, node: Node, result: TestResult) -> None
data_disk_type=schema.DiskType.PremiumSSDLRS,
os_disk_type=schema.DiskType.PremiumSSDLRS,
data_disk_iops=search_space.IntRange(min=7500),
data_disk_count=search_space.IntRange(min=4),
data_disk_count=search_space.IntRange(min=32),
),
),
)
Expand All @@ -168,7 +168,7 @@ def perf_premium_datadisks_4k(self, node: Node, result: TestResult) -> None:
data_disk_type=schema.DiskType.PremiumSSDLRS,
os_disk_type=schema.DiskType.PremiumSSDLRS,
data_disk_iops=search_space.IntRange(min=7500),
data_disk_count=search_space.IntRange(min=4),
data_disk_count=search_space.IntRange(min=32),
),
),
)
Expand All @@ -186,7 +186,7 @@ def perf_premium_datadisks_1024k(self, node: Node, result: TestResult) -> None:
data_disk_type=schema.DiskType.PremiumSSDLRS,
os_disk_type=schema.DiskType.PremiumSSDLRS,
data_disk_iops=search_space.IntRange(min=7500),
data_disk_count=search_space.IntRange(min=4),
data_disk_count=search_space.IntRange(min=32),
),
),
)
Expand Down

0 comments on commit 34ab4b8

Please sign in to comment.