We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88dffa commit 60b0644Copy full SHA for 60b0644
benchmarks/plot.jl
@@ -13,7 +13,7 @@ Run a benchmark for with several neighborhood searches multiple times for increa
13
of points and plot the results.
14
15
# Arguments
16
-- `benchmark`: The benchmark function. See [`benchmark_count_neigbors`](@ref)
+- `benchmark`: The benchmark function. See [`benchmark_count_neighbors`](@ref)
17
and [`benchmark_n_body`](@ref).
18
- `n_points_per_dimension`: Initial resolution as tuple. The product is the initial number
19
of points. For example, use `(100, 100)` for a 2D benchmark or
0 commit comments