Skip to content

Commit 9041ea0

Browse files
committed
Reduce revolutions
1 parent 950af99 commit 9041ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmark/CompoundBench.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function setUp()
7676
);
7777
}
7878

79-
#[Revs(10000), Iterations(5)]
79+
#[Revs(1000), Iterations(5)]
8080
public function benchCompound(): void
8181
{
8282
$this->api->handle(new ServerRequest('GET', '/articles?include=author,comments'));

0 commit comments

Comments
 (0)