/// <summary> /// Prepares benchmark item for usage /// </summary> protected override void OnPrepare() { Proxy = RuntimeFieldProxy.Create(typeof(TestClass).GetField("PublicField")); }
/// <summary> /// Prepares benchmark item for usage /// </summary> protected override void OnPrepare() { Proxy = RuntimeFieldProxy.Create(typeof(string).GetField("Empty")); }