Update bench/benchmark_cpdist.py
Co-authored-by: Max Bachmann <kontakt@maxbachmann.de>
This commit is contained in:
parent
f75f105e43
commit
3808175f8a
|
@ -50,7 +50,7 @@ def benchmark():
|
|||
sample_rate = len(words) // 2
|
||||
words1 = words[:sample_rate]
|
||||
words2 = words[sample_rate::]
|
||||
total = len(words1) + len(words2)
|
||||
total = len(words1)
|
||||
|
||||
print("System:", get_platform())
|
||||
print("Words :", len(words1))
|
||||
|
|
Loading…
Reference in New Issue