~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unit/GrammarTest.pm

  • Committer: Bernt M. Johnsen
  • Date: 2010-03-04 15:14:48 UTC
  • mto: (0.101.22 lp-randgen-xml)
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: bernt.johnsen@sun.com-20100304151448-ucyux108393d8vrm
Better performnace data

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
    $executor->init();
100
100
    $executor->cacheMetaData();
101
101
 
102
 
    print Dumper($executor);
103
 
 
104
102
    my $start = Time::HiRes::time();
105
 
    foreach $i (0.. 1000) {
 
103
    foreach $i (0.. 10000) {
106
104
        $generator->next([$executor,undef]);
107
105
    }
108
106
    my $stop = Time::HiRes::time();