summaryrefslogtreecommitdiff
path: root/tools/benchmark-conf-to-json.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/benchmark-conf-to-json.py')
-rwxr-xr-xtools/benchmark-conf-to-json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/benchmark-conf-to-json.py b/tools/benchmark-conf-to-json.py
index 033a0f94..a2e3547c 100755
--- a/tools/benchmark-conf-to-json.py
+++ b/tools/benchmark-conf-to-json.py
@@ -208,7 +208,7 @@ if __name__ == '__main__':
if len(values) >= 14:
bench['PointerBits'] = int(values[13])
if len(values) >= 15:
- bench['DataFromSuperUser'] = int(values[14])
+ bench['DataFromSuperUser'] = int(values[14]) != 0
if len(values) >= 16:
bench['PhysicalMemoryInMiB'] = int(values[15])
if len(values) >= 17: