aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-11-04 21:27:24 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2015-11-04 21:27:24 +0100
commit33e8699be5fe7b1c756b3bdced7646772a6c6026 (patch)
tree6531321e8f3758fd10fdbd6c4cc4634c5b90ac9d /OpenKeychain/src/main/res/values/strings.xml
parent0a266cdb4a15b01ec692eb5d3b69b3a361011245 (diff)
downloadopen-keychain-33e8699be5fe7b1c756b3bdced7646772a6c6026.tar.gz
open-keychain-33e8699be5fe7b1c756b3bdced7646772a6c6026.tar.bz2
open-keychain-33e8699be5fe7b1c756b3bdced7646772a6c6026.zip
bench: add simple s2k benchmark (iterations for 100ms)
Diffstat (limited to 'OpenKeychain/src/main/res/values/strings.xml')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 07303bf13..13b9923bc 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -1366,9 +1366,11 @@
<string name="msg_bench">"Benchmarking some operations…"</string>
<string name="msg_bench_enc_time">"Encryption time: %ss"</string>
- <string name="msg_bench_enc_time_avg">"Average encryption time: %ss"</string>
+ <string name="msg_bench_enc_time_avg">"Average time to encrypt 5M: %ss"</string>
<string name="msg_bench_dec_time">"Decryption time: %ss"</string>
- <string name="msg_bench_dec_time_avg">"Average decryption time: %ss"</string>
+ <string name="msg_bench_dec_time_avg">"Average time to decrypt 5M: %ss"</string>
+ <string name="msg_bench_s2k_100ms_its">"S2K Iteration Count for 100ms: %s"</string>
+ <string name="msg_bench_s2k_for_it">"Time for %1$s SHA1 S2K iterations: %2$sms"</string>
<string name="msg_bench_success">"Benchmarking complete!"</string>
<string name="msg_data">"Processing input data"</string>