summaryrefslogtreecommitdiff
path: root/lib/protocol_benchmarks.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/protocol_benchmarks.py')
-rwxr-xr-xlib/protocol_benchmarks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/protocol_benchmarks.py b/lib/protocol_benchmarks.py
index d2f6188..a9fd18e 100755
--- a/lib/protocol_benchmarks.py
+++ b/lib/protocol_benchmarks.py
@@ -1410,7 +1410,7 @@ class Benchmark:
'ts' : int(time.time())
}
print('{} {} {} ({}) :: {} -> [E] {}'.format(
- libkey, bench_name, bench_index, data, key, error))
+ libkey, bench_name, bench_index, data, key, error[:500]))
def log(self, arch, library, library_options, bench_name, bench_index, data, key, value = None, error = None):
if not library_options: