diff options
author | rfjakob | 2021-08-30 17:46:24 +0200 |
---|---|---|
committer | rfjakob | 2021-08-30 17:46:24 +0200 |
commit | c6c205bb2e3fc7ac1fb77de2e3bb22bfc10822ee (patch) | |
tree | a60430f745e873d4093dbfccbc5c176702d7f603 | |
parent | 47c4c006535694f389fb96da4eb5a645084eb8fc (diff) |
Updated CPU Benchmarks (markdown)
-rw-r--r-- | CPU-Benchmarks.md | 9 |
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. |