Gas bounds for a single call, keyed by GasFeatureKey, measured from that call:
analyzer.query([...], { gas: { slicer: { critical: 30_000 } } }); Copy
analyzer.query([...], { gas: { slicer: { critical: 30_000 } } });
Naming a feature enables gas for it even when config.gas.features disables it; pass factor: 0 to keep it off.
config.gas.features
factor: 0
Bounds for one GasFeatureKey.
Optional
Readonly
Bounds for the features that have no entry of their own.
Gas bounds for a single call, keyed by GasFeatureKey, measured from that call:
Naming a feature enables gas for it even when
config.gas.featuresdisables it; passfactor: 0to keep it off.