Skip to content
Snippets Groups Projects
Commit 7a4e3e9a authored by olivier stasse's avatar olivier stasse Committed by Valenza Florian
Browse files

[unittest] Makes cholesky test more reasonnable.

parent bb659faf
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,11 @@ void timings(const se3::Model & model, se3::Data& data, long flag)
{
StackTicToc timer(StackTicToc::US);
#ifdef NDEBUG
#ifdef _INTENSE_TESTING_
const int NBT = 1000*1000;
#else
const int NBT = 10;
#endif
#else
const int NBT = 1;
std::cout << "(the time score in debug mode is not relevant) " ;
......
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