mirror of https://github.com/CGAL/cgal
Remove meaningless assertion on very unstable small timings
This commit is contained in:
parent
20162feb3d
commit
d58aa73857
|
|
@ -88,9 +88,6 @@ void naive_vs_octree(std::size_t dataset_size) {
|
||||||
|
|
||||||
// Check that they produce the same answer
|
// Check that they produce the same answer
|
||||||
assert(octree_nearest == naive_nearest);
|
assert(octree_nearest == naive_nearest);
|
||||||
|
|
||||||
// Check that the octree was faster
|
|
||||||
assert(octree_elapsed_time < naive_elapsed_time);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void kdtree_vs_octree(std::size_t dataset_size, std::size_t K) {
|
void kdtree_vs_octree(std::size_t dataset_size, std::size_t K) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue