Skip to content
Snippets Groups Projects
Commit 04e23bbc authored by Nicolas Mansard's avatar Nicolas Mansard Committed by Valenza Florian
Browse files

Increase the timing sample in RNEA: 4.8us on a 64x.

parent 94784869
Branches
Tags
No related merge requests found
......@@ -76,11 +76,11 @@ int main()
VectorXd a = VectorXd::Random(model.nv);
StackTicToc timer(StackTicToc::US); timer.tic();
SMOOTH(1000)
SMOOTH(100000)
{
rnea(model,data,q,v,a);
}
timer.toc(std::cout,1000);
timer.toc(std::cout,100000);
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment