summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrfjakob2021-08-30 17:46:24 +0200
committerrfjakob2021-08-30 17:46:24 +0200
commitc6c205bb2e3fc7ac1fb77de2e3bb22bfc10822ee (patch)
treea60430f745e873d4093dbfccbc5c176702d7f603
parent47c4c006535694f389fb96da4eb5a645084eb8fc (diff)
Updated CPU Benchmarks (markdown)
-rw-r--r--CPU-Benchmarks.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/CPU-Benchmarks.md b/CPU-Benchmarks.md
index 7893365..953f8c2 100644
--- a/CPU-Benchmarks.md
+++ b/CPU-Benchmarks.md
@@ -1,8 +1,11 @@
+### Test your CPU: Run `gocryptfs -speed`
+
Originally written by [@lxp](https://github.com/lxp) in [Issue #23](https://github.com/rfjakob/gocryptfs/issues/23)
-Note that
-* Benchmark4kEncStupidGCM = OpenSSL through our stupidgcm wrapper,
-* Benchmark4kEncGoGCM = Go stdlib.
+Older benchmarks have
+
+* Benchmark4kEncStupidGCM = AES-GCM-256-OpenSSL,
+* Benchmark4kEncGoGCM = AES-GCM-256-Go.
In recent gocryptfs versions you can run `gocryptfs -speed` to run the benchmarks and get nicer output.