diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/pubkey_speed.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pubkey_speed.sh b/scripts/pubkey_speed.sh index 2b6d9aea6..cbdfde5be 100755 --- a/scripts/pubkey_speed.sh +++ b/scripts/pubkey_speed.sh @@ -8,6 +8,7 @@ function rsatest { function rsatestall { echo "testing: $1" rsatest 512 "$1" 5000 + rsatest 768 "$1" 5000 rsatest 1024 "$1" 1000 rsatest 1536 "$1" 500 rsatest 2048 "$1" 100 |