From d296a6164c911e1cefd43d769f0a063922e57843 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 28 Dec 2021 17:04:38 -0800 Subject: [PATCH] Updated FIO benchmark (markdown) --- FIO-benchmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FIO-benchmark.md b/FIO-benchmark.md index 1c350fe..e75d71b 100644 --- a/FIO-benchmark.md +++ b/FIO-benchmark.md @@ -14,7 +14,7 @@ fio --randrepeat=1 --name=test --filename=fiotest --bs=128k --iodepth=1 --size=1 # Random Read -Random Read with 4KB, 128KB and 2MB block sizes. +Random Read with 4KB, 128KB and 2MB block sizes, with direct IO enabled. ``` $ fio --randrepeat=1 --name=test --filename=fiotest --bs=4k --iodepth=1 --readwrite=randread --size=10G -direct=1