bench with bigger log line

This commit is contained in:
gabime
2014-11-23 01:41:38 +02:00
parent 3ccef96980
commit f5caa00db7
6 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ int main(int argc, char* argv[])
{
int counter = ++msg_counter;
if (counter > howmany) break;
LOG(INFO) << "glog message # " << counter;
LOG(INFO) << "glog message #" << counter << ": This is some text for your pleasure";
}
}));
}