Benchmarking the Benchmarks
apoppin writes "HardOCP put video card benchmarking on trial and comes back with some pretty incredible verdicts. They show one video returning benchmark scores much better than another compared to what you get when you actually play the game. Lies, damn lies, and benchmarks."
We used to benchmark a computer by *gasp* actually running things on it. If you wanted to find out how well it would perform running a game, you played the damn game and found out. Course, thats not good enough for these ubernoobs who think they are cool with their benchmark scores on their forum signatures...
If sharing a song makes you a pirate, what do I have to share to be a ninja?
Are you one of those software pirates?
Modern copyright is theft of culture from everyone and it retards the progress of the useful arts and sciences.
Translation: if you mod me down, I will become more insightful than you can possibly imagine.
Thank God for evolution.
My favorite benchmark for finding the size of the memory heap:
void doit(int i) { printf("%i\n", i); doit(i + 1); }
worked really well until I tried it in an environment where the call stack could get paged...then it turned into a hard drive benchmark