add overclocking results

This commit is contained in:
ducoterra
2020-07-11 21:17:00 -04:00
parent e0d84210e6
commit 32a703ff67

View File

@@ -28,6 +28,27 @@ kubectl exec -it $(kubectl get pod --selector=app=monitor --output=jsonpath={.it
<https://www.techpowerup.com/review/amd-ryzen-threadripper-3000-overclocking-deep-dive-asus-rog-zenith-ii-extreme/3.html>
kubectl exec -it $(kubectl get pod --selector=app=monitor --output=jsonpath={.items..metadata.name}) -c stress -- bash
time $(i=0; while (( i < 9999999 )); do (( i ++ )); done)
### Stock
real 0m15.979s
user 0m15.956s
sys 0m0.000s
real 0m15.804s
user 0m15.803s
sys 0m0.000s
### 4.1@1.15v
real 0m16.364s
user 0m16.363s
sys 0m0.000s
real 0m16.441s
user 0m16.439s
sys 0m0.000s
## Disk
```bash