More samples to average
parent
c4a92acde1
commit
d7022a21c7
|
@ -25,7 +25,7 @@
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace gtsam;
|
using namespace gtsam;
|
||||||
|
|
||||||
static const int n = 500000;
|
static const int n = 1000000;
|
||||||
|
|
||||||
void time(const NonlinearFactor& f, const Values& values) {
|
void time(const NonlinearFactor& f, const Values& values) {
|
||||||
long timeLog = clock();
|
long timeLog = clock();
|
||||||
|
|
Loading…
Reference in New Issue