Ignore:
Timestamp:
12/14/12 14:30:35 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Melhorias de performance no codigo do Expresso.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/filemanager/tests/benchmark_dav.php

    r3019 r7655  
    3030    $times = array();  
    3131        $phpgw->vfs->cd(); 
    32         for ($i=0;$i<20; $i++) 
     32        for ($i=0;$i<20; ++$i) 
    3333        { 
    3434                $phpgw->vfs->dav_client->cached_props = array(); 
     
    4646    $times = array();  
    4747        $phpgw->vfs->cd(); 
    48         for ($i=0;$i<20; $i++) 
     48        for ($i=0;$i<20; ++$i) 
    4949        { 
    5050                $phpgw->vfs->dav_client->cached_props = array(); 
Note: See TracChangeset for help on using the changeset viewer.