Changeset 7990
- Timestamp:
- 03/19/08 22:13:22 (4 months ago)
- Files:
-
- tools/performance/bin/sfBenchmark.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/performance/bin/sfBenchmark.class.php
r6835 r7990 137 137 138 138 // 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)) 140 140 { 141 141 $this->report[$url->getName()][$i] = sprintf('%.2f', $match[1]);