Skip to content

Commit

Permalink
change node_count to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lesscodingmorehappiness authored and kanchansenlaskar committed May 22, 2024
1 parent 7ee8db0 commit 4e873c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion microsoft/testsuites/performance/networkperf.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def perf_tcp_ntttcp_synthetic(self, result: TestResult) -> None:
timeout=TIMEOUT,
requirement=node_requirement(
node=schema.NodeSpace(
node_count=2,
node_count=3,
memory_mb=search_space.IntRange(min=8192),
network_interface=Sriov(),
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ azure = [
"azure-keyvault-certificates ~= 4.7.0",
"msrestazure ~= 0.6.4",
"cachetools ~= 5.2.0",
"Pillow ~= 10.2.0",
"Pillow ~= 10.3.0",
"PyGObject ~= 3.42.0; platform_system == 'Linux'",
]

Expand Down

0 comments on commit 4e873c1

Please sign in to comment.