Skip to content

Instantly share code, notes, and snippets.

View aloksharma1's full-sized avatar
🏠
Working from home

Alok Sharma aloksharma1

🏠
Working from home
View GitHub Profile
@veyselerCS
veyselerCS / ReflectionComparisonTest
Last active August 1, 2023 09:13
Performance test script for setting a field with various ways c#
using System;
using System.Reflection;
using System.Reflection.Emit;
using NUnit.Framework;
using Unity.PerformanceTesting;
public class ReflectionComparisonTest
{
//Test environment
private int _warmupCount = 5;