summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrfjakob2019-04-14 21:32:10 +0200
committerrfjakob2019-04-14 21:32:10 +0200
commit38d96b78a6bb43f0f64143a88ba7b0cff0c74ba3 (patch)
tree5116d161dbede30fbbb9c26813ad530f5af862b9
parentd630cfebe4e653f98c7dffe739e74cd744b2584f (diff)
Updated CPU Benchmarks (markdown)
-rw-r--r--CPU-Benchmarks.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/CPU-Benchmarks.md b/CPU-Benchmarks.md
index a86899d..da61576 100644
--- a/CPU-Benchmarks.md
+++ b/CPU-Benchmarks.md
@@ -6,9 +6,24 @@ Note that
In recent gocryptfs versions you can run `gocryptfs -speed` to run the benchmarks and get nicer output.
-The tests were run on `go version go1.6 linux/amd64`.
+The tests were run on `go version go1.6 linux/amd64` unless noted otherwise.
### AES-NI
+
+**Kaby Lake (Launch: Q2'17)**
+```
+$ cat /proc/cpuinfo | grep -E "model name|flags" | head -2
+model name : Intel(R) Core(TM) i3-7130U CPU @ 2.70GHz
+flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm arat pln pts hwp hwp_notify hwp_act_window hwp_epp flush_l1d
+$ ./gocryptfs -version
+gocryptfs v1.7-23-gcc0a603; go-fuse v1.0.0-186-g467f4e0; 2019-04-14 go1.12.4
+$ ./gocryptfs -speed
+AES-GCM-256-OpenSSL 877.83 MB/s
+AES-GCM-256-Go 1905.48 MB/s (selected in auto mode)
+AES-SIV-512-Go 212.29 MB/s
+```
+
+
**Skylake (Launch: Q3'15)**
```
$ cat /proc/cpuinfo