mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 05:25:19 +00:00
Update benchmarks, lock files, and related documentation
This commit is contained in:
@@ -25,6 +25,8 @@ class ScopeOverrideBenchmark extends BenchmarkBase {
|
||||
late Scope child;
|
||||
@override
|
||||
void setup() {
|
||||
CherryPick.disableGlobalCycleDetection();
|
||||
CherryPick.disableGlobalCrossScopeCycleDetection();
|
||||
parent = CherryPick.openRootScope();
|
||||
parent.installModules([ParentModule()]);
|
||||
child = parent.openSubScope('child');
|
||||
|
||||
Reference in New Issue
Block a user