Skip to content

Commit

Permalink
Reduced number of memory test iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Feb 15, 2023
1 parent 7541b91 commit ad6cfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Benchmark/HardTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class HardTest extends TestCase

public function testMemory(): void
{
$this->benchmark()->compare(
$this->benchmark()->iterations(10)->compare(
fn () => $this->process(),
fn () => $this->process()
);
Expand Down

0 comments on commit ad6cfdc

Please sign in to comment.