Skip to content

Commit

Permalink
memory increased ?
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Dec 23, 2014
1 parent 897254a commit 8d43da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/benchmark/BulkMemoryUsageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ public function testServersArray()

$endMemory = memory_get_usage();

$this->assertLessThan(1.2, $endMemory/$startMemory);
$this->assertLessThan(1.3, $endMemory/$startMemory);
}
}

0 comments on commit 8d43da9

Please sign in to comment.