We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af9282 commit a1a180fCopy full SHA for a1a180f
script/fs-bench/fio/Dockerfile
@@ -20,5 +20,5 @@ ARG thread=4
20
WORKDIR /work
21
COPY --from=stage-build /work/root/ /
22
23
-# Lay out test files here, so that it can be compressed into the image layer.
+# Lay out test files here, so that they can be compressed into the image layer.
24
RUN fio -directory=/work -direct=1 -numjobs=$thread -size=$size -name=test -rw=read
0 commit comments