Skip to content

Commit 6ceaa0d

Browse files
committed
Removed unused test.
1 parent b2e1a26 commit 6ceaa0d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

examples/benchmark/bm_pico_kd_tree.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,6 @@ BENCHMARK_REGISTER_F(BmPicoKdTree, KnnCtSldMid)
113113
->Args({12, 12})
114114
->Args({14, 12});
115115

116-
// The 2nd argument is used to keep plot_benchmarks.py the same.
117-
BENCHMARK_REGISTER_F(BmPicoKdTree, NnCtSldMid)
118-
->Unit(benchmark::kMillisecond)
119-
->Args({1, 1})
120-
->Args({6, 1})
121-
->Args({8, 1})
122-
->Args({10, 1})
123-
->Args({12, 1})
124-
->Args({14, 1});
125-
126116
// ****************************************************************************
127117
// Radius
128118
// ****************************************************************************

0 commit comments

Comments
 (0)