Update benchmarks, lock files, and related documentation

This commit is contained in:
Sergey Penkovsky
2025-08-01 08:40:10 +03:00
parent 882ee92000
commit 1682ed9c08
10 changed files with 42 additions and 18 deletions

View File

@@ -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');