chore: adjust unmarshall benchmarks since they are now fast enough to hit the margin of error (#97)
This commit is contained in:
parent
02383a2e05
commit
0ee88e4018
@ -27,6 +27,6 @@ def unmarhsall_bluez_rssi_message():
|
||||
unmarshaller.unmarshall()
|
||||
|
||||
|
||||
count = 1000000
|
||||
count = 3000000
|
||||
time = timeit.Timer(unmarhsall_bluez_rssi_message).timeit(count)
|
||||
print(f"Unmarshalling {count} bluetooth rssi messages took {time} seconds")
|
||||
|
||||
@ -46,7 +46,7 @@ def unmarhsall_bluez_rssi_message():
|
||||
unmarshaller.unmarshall()
|
||||
|
||||
|
||||
count = 1000000
|
||||
count = 3000000
|
||||
time = timeit.Timer(unmarhsall_bluez_rssi_message).timeit(count)
|
||||
print(
|
||||
f"Unmarshalling {count} bluetooth properties changed messages took {time} seconds"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user