Slide 31
Slide 31 text
Writing Performance Tests
• A performance test takes a block of code that
you want to evaluate and runs it ten times,
collecting the average execution time and the
standard deviation for the runs.
• These statistics combine to create a baseline for
comparison, a means to evaluate success or
failure.