summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-04-20 10:13:01 +0200
committerMurray Cumming <murrayc@murrayc.com>2016-04-20 11:51:47 +0200
commit9e72b2f80e5b60c0001639474cdb466d04d76838 (patch)
tree3aaf85c25a4137fdc6275034015a334aeba3e427
parent605019cb52c5d9390b053b940a395047c9af1436 (diff)
downloadsigc++-9e72b2f80e5b60c0001639474cdb466d04d76838.tar.gz
benchmark: Increase count.
-rw-r--r--tests/benchmark.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmark.cc b/tests/benchmark.cc
index e7ec426..9c80de3 100644
--- a/tests/benchmark.cc
+++ b/tests/benchmark.cc
@@ -7,7 +7,7 @@
#include <sigc++/functors/mem_fun.h>
#include <glibmm/timeval.h>
-const int COUNT = 1000;
+const int COUNT = 10000000;
struct foo : public sigc::trackable
{