Skip to content

Commit 9e72b2f

Browse files
committed
benchmark: Increase count.
1 parent 605019c commit 9e72b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmark.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <sigc++/functors/mem_fun.h>
88
#include <glibmm/timeval.h>
99

10-
const int COUNT = 1000;
10+
const int COUNT = 10000000;
1111

1212
struct foo : public sigc::trackable
1313
{

0 commit comments

Comments
 (0)