using BenchmarkDotNet.Attributes; namespace Jint.Benchmark; [MemoryDiagnoser] [BenchmarkCategory("ShadowRealm")] public class ShadowRealmBenchmark { private const string sourceCode = @" (function (){return 'some string'})(); "; private Engine engine; private Prepared