summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2025-09-01 11:40:22 +0200
committerPjotr Prins2026-01-05 11:12:10 +0100
commit763ac1047a8fd91a681dc865b554f2ab4e40ca32 (patch)
treec980cb3c8f9a9a3118f8baf5c22a2fe87e876fd2
parent8d09c1b4543279c0f00c7656d2a9559d34d78573 (diff)
downloadgn-gemtext-763ac1047a8fd91a681dc865b554f2ab4e40ca32.tar.gz
Minor text edit
-rw-r--r--topics/systems/hpc/performance.gmi4
1 files changed, 2 insertions, 2 deletions
diff --git a/topics/systems/hpc/performance.gmi b/topics/systems/hpc/performance.gmi
index ac5e861..ee604b5 100644
--- a/topics/systems/hpc/performance.gmi
+++ b/topics/systems/hpc/performance.gmi
@@ -14,13 +14,13 @@ hdparm -Ttv /dev/sdc1
 
 Cheap and cheerful:
 
-Read test:
+Write test:
 
 ```
 dd if=/dev/zero of=./test bs=512k count=2048 oflag=direct
 ```
 
-Write test:
+Read test:
 
 ```
 /sbin/sysctl -w vm.drop_caches=3