Development

Changeset 7990

You must first sign up to be able to contribute.

Changeset 7990

Show
Ignore:
Timestamp:
03/19/08 22:13:22 (4 months ago)
Author:
fabien
Message:

fixed typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/performance/bin/sfBenchmark.class.php

    r6835 r7990  
    137137 
    138138      // collect results 
    139       if (preg_match('#<tr.+?Complete requests.+?>(\d)+#', file_get_contents($log), $match)) 
     139      if (preg_match('#<tr.+?Complete requests.+?>(\d+)#', file_get_contents($log), $match)) 
    140140      { 
    141141        $this->report[$url->getName()][$i] = sprintf('%.2f', $match[1]);