Skip to content

Commit

Permalink
Name CSVs with delivery (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
EduPonz authored and MiguelCompany committed Jan 24, 2020
1 parent add4226 commit c7dd692
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/performance/throughput/throughput_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,15 @@
# Manage security
if security is True:
pub_command.append(
'./measurements_{}_security.csv'.format(
'./measurements_interprocess_{}_security.csv'.format(
reliability
)
)
pub_command += security_options
sub_command += security_options
else:
pub_command.append(
'./measurements_{}.csv'.format(
'./measurements_interprocess_{}.csv'.format(
reliability
)
)
Expand Down Expand Up @@ -226,14 +226,14 @@
# Manage security
if security is True:
command.append(
'./measurements_{}_security.csv'.format(
'./measurements_intraprocess_{}_security.csv'.format(
reliability,
)
)
command += security_options
else:
command.append(
'./measurements_{}.csv'.format(
'./measurements_intraprocess_{}.csv'.format(
reliability,
)
)
Expand Down

0 comments on commit c7dd692

Please sign in to comment.