Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Feb 13, 2025
1 parent 03097f3 commit eb65b8a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions lisa/tools/ntttcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@
from lisa.testsuite import TestResult

NTTTCP_TCP_CONCURRENCY = [
1,
2,
4,
8,
16,
32,
64,
128,
256,
512,
1024,
2048,
4096,
6144,
8192,
10240,
# 1,
# 2,
# 4,
# 8,
# 16,
# 32,
# 64,
# 128,
# 256,
# 512,
# 1024,
# 2048,
# 4096,
# 6144,
# 8192,
# 10240,
20480,
]
# Running NTTTCP in BSD results in error:
Expand Down

0 comments on commit eb65b8a

Please sign in to comment.