aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2022-10-20 21:42:07 +0200
committerAndreas Grois <andi@grois.info>2022-10-20 21:42:07 +0200
commitea6789e5b33540270f5de3edb54264e6892fad73 (patch)
tree886f78169e328bc172dfdb79d171f2f20b7bc8e6 /.gitignore
parentbc9bd89c17dc41d9b1434866ac2d522070f46597 (diff)
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
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