Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
fix memory overhead
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Mar 13, 2016
1 parent 959ad5a commit d9a0f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Benchmark.php
Expand Up @@ -223,7 +223,7 @@ public function formatResults(array $results)

// memory
$memory = $results['list'][$name]['memory'];
//$memory -= $this->_overhead['memory'];
$memory -= $this->_overhead['memory'];
$results['list'][$name]['memory'] = $memory;

$minMemory = min($minMemory, $memory);
Expand Down

0 comments on commit d9a0f43

Please sign in to comment.