~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to pb2gentest.pl

pb2gentest: partn_pruning: Reduce duration from default (600s) to 300s, since we also spend a lot of time creating tables.

Show diffs side-by-side

added added

removed removed

Lines of Context:
467
467
                --queries=100K
468
468
        ';
469
469
} elsif ($test =~ m{partn_pruning$}io ) {
 
470
        # reduced duration to half since gendata phase takes longer in this case
470
471
        $command = '
471
472
                --gendata='.$conf.'/partition_pruning.zz
472
473
                --grammar='.$conf.'/partition_pruning.yy
473
474
                --threads=1
474
475
                --queries=100000
 
476
                --duration=300
475
477
        ';
476
478
} elsif ($test =~ m{^partn_pruning_compare_50$}io) {
477
479
        $command = '