diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/canonical-benchmarks.bash | 2 |
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: " |