public void BenchmarkMethod2(BenchmarkContext context) { //var b = new byte[1024]; //_counter.Increment(); UnitTest1 u = new UnitTest1(); u.GetAllTasks(); }
public void BenchMark_Method(BenchmarkContext context) { tc.GetAllTasks(); tc.GetSupplier_ShouldReturnItemWithSameID(); tc.PostTask_ShouldReturnSameItem(); tc.PutSupplier_ShouldFail_WhenDifferentID(); tc.DeleteTask_ShouldReturnOK(); counter.Increment(); }