summaryrefslogtreecommitdiff
path: root/CPU-Benchmarks.md
diff options
context:
space:
mode:
Diffstat (limited to 'CPU-Benchmarks.md')
-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.