Slashdot Mirror


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."

5 of 126 comments (clear)

  1. back in my day... by Aranykai · · Score: 4, Funny

    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?
    1. Re:back in my day... by SQLGuru · · Score: 5, Funny

      And, on top of that, they are on your lawn....

      Layne

  2. Re:Would like to see a real world comparison for E by Digital+Vomit · · Score: 4, Funny

    I have what was a "hot" card only eighteen months ago (7800) ago and now it is stuttering on some of the newer content when I'm raiding.

    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.
  3. Re:OSS by snoyberg · · Score: 5, Funny

    PS yes...release your rage and mod me down.... just makes my post more Insightful.

    Translation: if you mod me down, I will become more insightful than you can possibly imagine.

    --
    Thank God for evolution.
  4. Re:My old benchmark by sempernoctis · · Score: 4, Funny

    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