Skip to content
Snippets Groups Projects
Commit fc4498e9 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

test/lockperf: Use a list of integers, not booleans


Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent e4d452b4
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ class State:
"""Initializes this class.
"""
self.verify = [False for _ in range(thread_count)]
self.verify = [0 for _ in range(thread_count)]
self.counts = [0 for _ in range(thread_count)]
self.total_count = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment