HomePhabricator

Support very-fast-running benchmarks
7072c544b527Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Support very-fast-running benchmarks

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.

Details

Provenance
Gavin Andresen <gavinandresen@gmail.com>Authored on Sep 29 2015, 21:17
deadalnixPushed on May 14 2017, 22:04
Parents
rABC535ed9223dcb: Simple benchmarking framework
Branches
Unknown
Tags
Unknown

Event Timeline

Gavin Andresen <gavinandresen@gmail.com> committed rABC7072c544b527: Support very-fast-running benchmarks (authored by Gavin Andresen <gavinandresen@gmail.com>).Sep 30 2015, 13:24