Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 1d31e77

Browse files
committed
Fixed broken benchmark
1 parent 2d4467f commit 1d31e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/FetchNewServicesBench.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ public function benchBuildConfigAbstractFactoryBar()
164164
{
165165
$sm = clone $this->sm;
166166

167-
$sm->get(BenchAsset\Bar::class);
167+
$sm->build(BenchAsset\Bar::class);
168168
}
169169
}

0 commit comments

Comments
 (0)