From 3808175f8a951879a508307fd891af0c745ec97f Mon Sep 17 00:00:00 2001 From: thomasryde Date: Wed, 3 Apr 2024 22:59:43 +0200 Subject: [PATCH] Update bench/benchmark_cpdist.py Co-authored-by: Max Bachmann --- bench/benchmark_cpdist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/benchmark_cpdist.py b/bench/benchmark_cpdist.py index 59ed74e..8e67b8a 100644 --- a/bench/benchmark_cpdist.py +++ b/bench/benchmark_cpdist.py @@ -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))