Skip to content

Commit 4c7c9b1

Browse files
committed
Comment update.
1 parent 8681d09 commit 4c7c9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/python/kd_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def performance_test_pico_tree():
132132
# threads used for querying: export OMP_NUM_THREADS=1
133133
k = 1
134134
cnt_query_time_before = perf_counter()
135-
# Searching for nearest neighbors is close to a constant second slower
135+
# Searching for nearest neighbors is a constant amount of time slower
136136
# using the bindings as compared to the C++ benchmark (regardless of k).
137137
# The following must be noted however: The Python benchmark simply calls
138138
# the knn function provided by the Python bindings. As such it does not

0 commit comments

Comments
 (0)