aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-11-06 20:52:13 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-11-06 20:52:13 +0100
commit2fe40d9fc36a12d9a4dbe7e7146e9354ba80eabf (patch)
tree0c7db403b19bb27a232c4559f4779ea8abf1ded5
parentc6eb810036c5ad06b4e1bee272b2100972f7ce6d (diff)
downloadallocbench-2fe40d9fc36a12d9a4dbe7e7146e9354ba80eabf.tar.gz
allocbench-2fe40d9fc36a12d9a4dbe7e7146e9354ba80eabf.zip
remove debug output from benchmark.py
-rw-r--r--src/benchmark.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/benchmark.py b/src/benchmark.py
index f4fd49f..0a198d4 100644
--- a/src/benchmark.py
+++ b/src/benchmark.py
@@ -437,7 +437,6 @@ class Benchmark:
else:
result["server_status"] = []
for server in self.servers:
- print(server)
with open("/proc/{}/status".format(server["popen"].pid), "r") as f:
result["server_status"].append(f.read())