nbench is by far the noisiest benchmark in the test-suite for me. This
seems to be caused by the benchmark running a variable number of
iterations internally based on its own time measurements. Even though the
original commit to the test-suite claims this was disabled.
This commit shortcuts all the re-running logic and removes
all time measurement code just to be sure.
It seems this iter variable is unused, as you declare another iter variable in for-loop-scope below?