diff --git a/benchmark_cherrypick/README.md b/benchmark_cherrypick/README.md index 1b1e720..219f88e 100644 --- a/benchmark_cherrypick/README.md +++ b/benchmark_cherrypick/README.md @@ -17,12 +17,12 @@ All scenarios use the public API capabilities of cherrypick (scope, module, bind | Scenario | RunTime (μs) | |----------------------------------------------------|---------------| -| RegisterAndResolve | 0.1976 | -| ChainSingleton (A->B->C, singleton) | 0.2721 | -| ChainFactory (A->B->C, factory) | 0.6690 | -| NamedResolve (by name) | 0.2018 | -| AsyncChain (A->B->C, async) | 1.2732 | -| ScopeOverride (child overrides parent) | 0.1962 | +| RegisterAndResolve | 0.3407 | +| ChainSingleton (A->B->C, singleton) | 0.3777 | +| ChainFactory (A->B->C, factory) | 0.9688 | +| NamedResolve (by name) | 0.3878 | +| AsyncChain (A->B->C, async) | 1.8006 | +| ScopeOverride (child overrides parent) | 0.3477 | ## How to run