aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bench_conprod.py1
-rw-r--r--bench_loop.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/bench_conprod.py b/bench_conprod.py
index 19a3769..e444bfb 100644
--- a/bench_conprod.py
+++ b/bench_conprod.py
@@ -84,6 +84,7 @@ class Benchmark_ConProd( Benchmark ):
if "ERROR: ld.so" in output:
print("\nPreloading of", t[1], "failed for", tname, ".\n Aborting Benchmark.")
+ print(output)
return False
# Handle perf output
diff --git a/bench_loop.py b/bench_loop.py
index e5de2b9..ab7eec3 100644
--- a/bench_loop.py
+++ b/bench_loop.py
@@ -85,6 +85,7 @@ class Benchmark_Loop( Benchmark ):
if "ERROR: ld.so" in output:
print("\nPreloading of", t[1], "failed for", tname, ".\n Aborting Benchmark.")
+ print(output)
return False
# Handle perf output