public static void TestManualMapping(Customer item, int iterations) { Loop(item, get => ManualMapping.Map(get), iterations); }
public void SetupManualMapping() { _customerInstance = BenchmarkHelper.SetupCustomerInstance(); ManualMapping.Map(_customerInstance); }