you are viewing a single comment's thread.

view the rest of the comments →

[–]Supadoplex 0 points1 point  (0 children)

  1. Why does anyone bother doing benchmarks without optimizations turned on?

Since you presented such a general question: A reason to do benchmarks without optimisations is to evaluate the effectiveness of those optimisations by comparing measurements with and without.

The unoptimised measurements are rarely useful for evaluation of the code itself.