Changeset: 540aafc2e9bb for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=540aafc2e9bb
Modified Files:
        testing/mktest.py
Branch: mtest
Log Message:

raised default for hash to > 100 values


diffs (12 lines):

diff --git a/testing/mktest.py b/testing/mktest.py
--- a/testing/mktest.py
+++ b/testing/mktest.py
@@ -189,7 +189,7 @@ def main():
     parser.add_argument('--sort', action='store', default='rowsort',
                         choices=['nosort','rowsort','valuesort'],
                         help='how to sort the values')
-    parser.add_argument('--hashlimit', action='store', type=int, default=10,
+    parser.add_argument('--hashlimit', action='store', type=int, default=100,
                         help='hash limit')
     parser.add_argument('--results', action='store', 
type=argparse.FileType('w'),
                         help='file to store results of queries')
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to