From f7f6f3a0a8615760fd96da6e8e52050974f9f4e6 Mon Sep 17 00:00:00 2001 From: Lab 8916100448256 Date: Mon, 11 Jan 2021 21:54:40 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f59381..f5104a9 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ During that period the CPU is heavily stressed for around 40 minutes, the system By default the disk speed is measured for sequential reads, sequential writes and a mix of random reads and writes with a 2 to 1 ratio (2 reads for 1 write) with a block size of 1024 KiB over 512 files of 128 MiB each (64 GiB total) But the total disk space that is used is adapted depending on the target board specs. The goal is to use a disk space that is at least 2 times larger than the system memory size to avoid having the results biased by the system file cache. +This is a work in progress. +Do not hesitate to propose your improvements by creating issues or pull requests on this gitlab project. ## Credits The performance measurements and system stressing are mainly done thanks to [sysbench](https://github.com/akopytov/sysbench)