Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase duration and sample count for benchmarks. | Andreas Grois | 2022-10-22 | 3 | -6/+19 |
| | |||||
* | Group Benchmarks, and make parameters more sane. | Andreas Grois | 2022-10-20 | 6 | -202/+315 |
| | | | | | | | | 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. | ||||
* | Make some asserts debug_asserts. Add more benches. | Andreas Grois | 2022-10-19 | 1 | -5/+70 |
| | | | | | Now that work on performance has started, accurate readings are important. | ||||
* | Add simple benchmarks. | Andreas Grois | 2022-10-13 | 1 | -0/+137 |
As preparation for an eventual rewrite of the base conversion code. |