Skip to content

Commit

Permalink
appeased linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tedsta committed Dec 7, 2016
1 parent 86f4be1 commit a9ae32b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perfkitbenchmarker/linux_benchmarks/netperf_benchmark.py
Expand Up @@ -398,8 +398,8 @@ def Run(benchmark_spec):
A list of sample.Sample objects.
"""
vms = benchmark_spec.vms
client_vm = vms[0] # Client aka "sending vm"
server_vm = vms[1] # Server aka "receiving vm"
client_vm = vms[0] # Client aka "sending vm"
server_vm = vms[1] # Server aka "receiving vm"
logging.info('netperf running on %s', client_vm)
results = []
metadata = {
Expand Down

0 comments on commit a9ae32b

Please sign in to comment.