diff options
author | rfjakob | 2018-03-31 20:20:20 +0200 |
---|---|---|
committer | rfjakob | 2018-03-31 20:20:20 +0200 |
commit | fe2f4c5e751480e43e745eda005562f963929271 (patch) | |
tree | 4ff779f75ffd634843f8788a92829bd0f6c0ec31 | |
parent | df8c9ea652e3dadf1f2c756b87262df45c9f3d73 (diff) |
Updated CPU Benchmarks (markdown)
-rw-r--r-- | CPU-Benchmarks.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/CPU-Benchmarks.md b/CPU-Benchmarks.md index 534c9c8..2905fdc 100644 --- a/CPU-Benchmarks.md +++ b/CPU-Benchmarks.md @@ -1,11 +1,9 @@ Originally written by [@lxp](https://github.com/lxp) in [Issue #23](https://github.com/rfjakob/gocryptfs/issues/23) -Note that Benchmark4kEncStupidGCM = OpenSSL and Benchmark4kEncGoGCM = Go stdlib. In recent gocryptfs version you can run `gocryptfs -speed` to run the benchmark and get nicer output. +Note that Benchmark4kEncStupidGCM = OpenSSL and Benchmark4kEncGoGCM = Go stdlib. +In recent gocryptfs versions you can run `gocryptfs -speed` to run the benchmarks and get nicer output. -``` -$ go version -go version go1.6 linux/amd64 -``` +The tests were run on `go version go1.6 linux/amd64`. ### AES-NI **Skylake (Launch: Q3'15)** |