diff options
Diffstat (limited to 'CPU-Benchmarks.md')
-rw-r--r-- | CPU-Benchmarks.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CPU-Benchmarks.md b/CPU-Benchmarks.md index 255f398..774c828 100644 --- a/CPU-Benchmarks.md +++ b/CPU-Benchmarks.md @@ -13,6 +13,22 @@ The tests were run on `go version go1.6 linux/amd64` unless noted otherwise. ### 64-bit Intel/AMD (amd64) with AES-NI +**Ryzen Mobile "Cezanne" (Launch: Q2'21)** +``` +➜ cat /proc/cpuinfo | grep -E "model name|flags" | head -2 +model name : AMD Ryzen 7 PRO 5850U with Radeon Graphics +flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip pku ospke vaes vpclmulqdq rdpid overflow_recov succor smca fsrm +➜ gocryptfs -version +gocryptfs v2.2.1 without_openssl; go-fuse v2.1.1-0.20210825171523-3ab5d95a30ae; 2021-10-20 go1.17.2 linux/amd64 +➜ gocryptfs -speed +gocryptfs v2.2.1 without_openssl; go-fuse v2.1.1-0.20210825171523-3ab5d95a30ae; 2021-10-20 go1.17.2 linux/amd64 +cpu: AMD Ryzen 7 PRO 5850U with Radeon Graphics; with AES acceleration +AES-GCM-256-OpenSSL N/A +AES-GCM-256-Go 5021.42 MB/s (selected in auto mode) +AES-SIV-512-Go 308.00 MB/s +XChaCha20-Poly1305-OpenSSL N/A +XChaCha20-Poly1305-Go 3002.93 MB/s (selected in auto mode) +``` **Kaby Lake (Launch: Q2'17)** ``` $ cat /proc/cpuinfo | grep -E "model name|flags" | head -2 |