Skip to content

Commit 78ce5f7

Browse files
andyz422copybara-github
authored andcommitted
Change default netperf_num_streams count to 1.
PiperOrigin-RevId: 842357137
1 parent ebfaf4f commit 78ce5f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

perfkitbenchmarker/configs/default_benchmark_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ netperf_tcp_rr:
6464
name: netperf
6565
flags:
6666
netperf_benchmarks: TCP_RR
67+
netperf_num_streams: 1
6768
sar: True
6869

6970
netperf_tcp_stream:

perfkitbenchmarker/linux_benchmarks/netperf_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
)
6161
flag_util.DEFINE_integerlist(
6262
'netperf_num_streams',
63-
flag_util.IntegerList([1, 200]),
63+
flag_util.IntegerList([1]),
6464
'Number of netperf processes to run. Netperf '
6565
'will run once for each value in the list.',
6666
module_name=__name__,

0 commit comments

Comments
 (0)