diff options
author | lloyd <[email protected]> | 2009-12-22 22:06:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-22 22:06:03 +0000 |
commit | 7ec8f51885b2a50a73a8c6b2b5fd8d7a430bd576 (patch) | |
tree | 9d2933462075f521a369c02207654d766ff0c934 /checks | |
parent | c2c896ee870285b836f80b30a042941b03ddd440 (diff) |
Increase default benchmark time to 5 seconds
Diffstat (limited to 'checks')
-rw-r--r-- | checks/check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/check.cpp b/checks/check.cpp index 8b31f354d..975315608 100644 --- a/checks/check.cpp +++ b/checks/check.cpp @@ -123,7 +123,7 @@ int main(int argc, char* argv[]) opts.is_set("benchmark") || opts.is_set("bench-type")) { - double seconds = 2; + double seconds = 5; if(opts.is_set("seconds")) { |