Environment
-----------
Python: 3.12.13 (AMD64)
Platform: Windows-10-10.0.19045-SP0
Processor: Intel64 Family 6 Model 142 Stepping 12, GenuineIntel
CPU count: 8
Benchmark commit: unknown
injex: 1.9.0
wireup: 2.12.0
dishka: 1.10.1
dependency-injector: 4.49.1
lagom: 2.7.7
punq: 0.8.0
doppy-di: 2.20.0.post1.dev0+g4192588a6.d20260821
Warmup iterations: 12_000
Measured iterations: 250_000
Samples: 9

Graph
-----
Settings: singleton
ApiClient(Settings): singleton
UserRepository(ApiClient): transient
EmailSender(ApiClient): transient
AuditLog(Settings): transient
RegisterUser(UserRepository, EmailSender, AuditLog): transient

Results
-------
Implementation           Median us/op  Min us/op  Max us/op   Overhead vs manual
manual                          0.739      0.694      1.165                +0.0%
injex                           0.917      0.811      1.942               +24.2%
dishka                          1.876      1.769      4.030              +153.9%
wireup same scope               2.264      1.661      4.439              +206.4%
dependency-injector             2.458      1.979      4.065              +232.6%
doppy-di compiled               2.912      2.590      6.137              +294.1%
wireup scope/op                 4.592      3.265      6.978              +521.4%
doppy-di                       16.606     14.829     19.035             +2147.4%
lagom                          28.034     27.604     32.002             +3693.9%
punq                          198.065    192.512    202.926            +26704.6%

Semantic checks
---------------
manual: PASS
injex: PASS
doppy-di: PASS
doppy-di compiled: PASS
wireup same scope: FAIL (AssertionError())
wireup scope/op: FAIL (AssertionError())
dishka: PASS
dependency-injector: PASS
lagom: FAIL (AssertionError())
punq: FAIL (AssertionError())

Cold-start results
------------------
Implementation         Build+register+validate+first resolve
doppy-di                        0.197 ms
doppy-di compiled               0.336 ms
injex                           0.379 ms
dependency-injector             0.535 ms
lagom                           0.927 ms
punq                            1.063 ms
dishka                          8.716 ms
wireup scope/op                 9.235 ms
wireup same scope               9.330 ms
