add overclocking results
This commit is contained in:
21
README.md
21
README.md
@@ -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>
|
<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
|
## Disk
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user