aboutsummaryrefslogtreecommitdiff
path: root/tests/canonical-benchmarks.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-11-26 12:36:55 +0100
committerJakob Unterwurzacher2016-11-26 12:36:55 +0100
commit10884603d88eb262e314d4fbe1a7a146cc66c6d1 (patch)
treed92a0a8ade1ae6ed41c51674b7110abb8d9a034b /tests/canonical-benchmarks.bash
parent0f8d3318a321bf19f92e0872d741266cd0431463 (diff)
benchmark.bash: double write length
Writing 1000 128KB blocks takes only 1 second and yielded inconsistent results. With 2000, things look saner.
Diffstat (limited to 'tests/canonical-benchmarks.bash')
-rwxr-xr-xtests/canonical-benchmarks.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/canonical-benchmarks.bash b/tests/canonical-benchmarks.bash
index 6dd8b4f..2e3970b 100755
--- a/tests/canonical-benchmarks.bash
+++ b/tests/canonical-benchmarks.bash
@@ -28,7 +28,7 @@ function etime {
}
echo -n "WRITE: "
-dd if=/dev/zero of=zero bs=128K count=1000 2>&1 | tail -n 1
+dd if=/dev/zero of=zero bs=128K count=2000 2>&1 | tail -n 1
rm zero
sleep 1
echo -n "UNTAR: "