From ea6789e5b33540270f5de3edb54264e6892fad73 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Thu, 20 Oct 2022 21:42:07 +0200 Subject: Group Benchmarks, and make parameters more sane. 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. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 317aad4..89e1cba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /target /Cargo.lock -*~ \ No newline at end of file +*~ +perf.data* +flamegraph.svg -- cgit v1.2.3