From b4ac105d1c12df49a047776b4c937d60c0f9e347 Mon Sep 17 00:00:00 2001 From: Sebastian Thorarensen <sebth@nsc.liu.se> Date: Mon, 27 Jan 2025 16:37:15 +0100 Subject: [PATCH] Clarify that the benchmark directory must be empty before the benchmark --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 989d052..c186351 100644 --- a/README +++ b/README @@ -36,7 +36,7 @@ where - <bytes per thread> is the number of bytes written and read per thread (task), - - <directory> is the path to a directory on the filesystem being + - <directory> is the path to an empty directory on the filesystem being benchmarked. <threads per node> and <blocksize> will be chosen optimally for best @@ -72,7 +72,7 @@ where - <bytes per thread> is the number of bytes written and read per thread (task), - - <directory> is the path to a directory on the filesystem being + - <directory> is the path to an empty directory on the filesystem being benchmarked. <threads per node> will be chosen optimally for best performance. @@ -107,7 +107,7 @@ where - <files per thread> is the number of files created, stat, and deleted per thread (task), - - <directory> is the path to a directory on the filesystem being + - <directory> is the path to an empty directory on the filesystem being benchmarked. <threads per node> will be chosen optimally for best performance. -- GitLab