Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix benchmark errors. | Andreas Grois | 2022-10-23 | 1 | -1/+1 |
| | | | | | 20 bytes worst case was using 16 bytes. 32 bytes full division was producing a leading zero. | ||||
* | Increase duration and sample count for benchmarks. | Andreas Grois | 2022-10-22 | 1 | -2/+6 |
| | |||||
* | Group Benchmarks, and make parameters more sane. | Andreas Grois | 2022-10-20 | 1 | -0/+69 |
The previous parameters for benchmarks were based on gut-feeling. Now each hash-length has 3 benchmarks: - Typical is a typical user input - Max Divisions is a full generate_password_part run - Worst Case is the worst user input possible: Base 2. |