Update bench/benchmark_cpdist.py

Co-authored-by: Max Bachmann <kontakt@maxbachmann.de>
This commit is contained in:
thomasryde 2024-04-03 22:59:43 +02:00 committed by Max Bachmann
parent f75f105e43
commit 3808175f8a
1 changed files with 1 additions and 1 deletions

View File

@ -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))