Skip to content
Snippets Groups Projects
Commit e899a48b authored by Joseph Mirabel's avatar Joseph Mirabel
Browse files

Make OBB test faster.

parent 06e28671
No related branches found
No related tags found
No related merge requests found
......@@ -1331,8 +1331,8 @@ std::size_t obb_overlap_and_lower_bound_distance()
CollisionRequest request;
static const size_t nbRandomOBB = 100;
static const size_t nbTransformPerOBB = 1000;
static const size_t nbRunForTimeMeas = 10000;
static const size_t nbTransformPerOBB = 100;
static const size_t nbRunForTimeMeas = 1000;
static const FCL_REAL extentNorm = 1.;
std::ostream& output = std::cout;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment