diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2016-08-08 09:27:20 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2016-08-08 09:27:20 -0400 |
commit | a1f8b6bd14adb724365d91dcc58079ac3a2293e7 (patch) | |
tree | 0081066be15943be3382e7e75546ef54e7f06d70 | |
parent | 8a56d4e361d4566ce5d6b55f25c3f23aa44f4741 (diff) | |
download | postgresql-a1f8b6bd14adb724365d91dcc58079ac3a2293e7.tar.gz postgresql-a1f8b6bd14adb724365d91dcc58079ac3a2293e7.zip |
doc: Update benchmark results
From: Alexander Law <exclusion@gmail.com>
-rw-r--r-- | doc/src/sgml/pgcrypto.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml index 5f8bbf9f4ec..c4cefde4f78 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/doc/src/sgml/pgcrypto.sgml @@ -407,7 +407,7 @@ gen_salt(type text [, iter_count integer ]) returns text <literal>crypt-bf</literal> numbers are taken using a simple program that loops over 1000 8-character passwords. That way I can show the speed with different numbers of iterations. For reference: <literal>john - -test</literal> shows 213 loops/sec for <literal>crypt-bf/5</>. + -test</literal> shows 13506 loops/sec for <literal>crypt-bf/5</>. (The very small difference in results is in accordance with the fact that the <literal>crypt-bf</literal> implementation in <filename>pgcrypto</> |