Benchmark Testing
Skip Navigation Links.

Benchmark Testing

Skip Navigation LinksHome :: ASP.NET :: C# :: Benchmark Testing

One of the final jobs when creating an app is performance tuning of your code. The best way to do this is to run code inside a loop and measure how long it takes to execute X number of times.

Here's the code to do just that...

What gems of wisdom did I discover to help save you some time?

  1. Your results will always suprise you!
  2. Hitting the database is the major overhead. Don't worry about simple functions. My results were achieved on a box where IIS and SQL both run. Local network latency will increase data access times.
  3. The rest of this page is hidden, you must be a member to view it

    To become a member and get immediate access to the course please join here Free!

    Already Enrolled? please click here to Login

    Next >> Parameterized Query Class
top of page
all content ©1996/2012 BennySutton.com
all images © their respective owners This site uses Thumbshots previews