More samples to average

release/4.3a0
dellaert 2014-10-07 20:11:19 +02:00
parent c4a92acde1
commit d7022a21c7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
using namespace std;
using namespace gtsam;
static const int n = 500000;
static const int n = 1000000;
void time(const NonlinearFactor& f, const Values& values) {
long timeLog = clock();