Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(645)

Unified Diff: utils/read_yscb_data_from_folder.py

Issue 339190043: Plot from all snitches
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « utils/plot_ycsb_data_from_list.py ('k') | utils/slack/slack_notification.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/read_yscb_data_from_folder.py
diff --git a/utils/read_yscb_data_from_folder.py b/utils/read_yscb_data_from_folder.py
index 318812191a63bb7e525db80a97e9ccbe02e45b58..6d473bad15a3a684f32b0e4284077a8670370eb8 100644
--- a/utils/read_yscb_data_from_folder.py
+++ b/utils/read_yscb_data_from_folder.py
@@ -34,7 +34,7 @@ def get_yscb_data_from_folder(output_folder):
for file in os.listdir(output_folder):
if file.endswith(".ycsb"):
yscb_data.append(
- _read_required_data_from_file(os.path.join(output_folder, file))
- )
+ _read_required_data_from_file(
+ os.path.join(output_folder, file)))
return yscb_data
« no previous file with comments | « utils/plot_ycsb_data_from_list.py ('k') | utils/slack/slack_notification.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b