I totally agree! Also, know when to measure wall-clock time instead of CPU time. I often see people measuring CPU time when trying to benchmark things that use a database. That's totally useless! I/O-heavy tasks can't be measure by CPU time in a useful way.