• Gavin Andresen's avatar
    Support very-fast-running benchmarks · 67c3e0e1
    Gavin Andresen authored
    Avoid calling gettimeofday every time through the benchmarking loop, by keeping
    track of how long each loop takes and doubling the number of iterations done
    between time checks when they take less than 1/16'th of the total elapsed time.
    67c3e0e1
Makefile.bench.include 1.16 KB