[Git][reproducible-builds/disorderfs][master] Add "du" to the benchmark.

Chris Lamb gitlab at salsa.debian.org
Wed Jan 6 11:24:29 UTC 2021



Chris Lamb pushed to branch master at Reproducible Builds / disorderfs


Commits:
056270ef by Chris Lamb at 2021-01-06T11:24:16+00:00
Add "du" to the benchmark.

- - - - -


1 changed file:

- tests/test_benchmark


Changes:

=====================================
tests/test_benchmark
=====================================
@@ -18,6 +18,7 @@ Start
 for X in $(seq "${LOOPS}")
 do
 	find fixtures -ls >/dev/null
+	du -s fixtures >/dev/null
 done
 Stop "without disorderfs"
 
@@ -26,6 +27,7 @@ Start
 for X in $(seq "${LOOPS}")
 do
 	find target -ls >/dev/null
+	du -s target >/dev/null
 done
 Stop "with disorderfs"
 Unmount



View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/-/commit/056270ef83c69d3767e9a06fe05c5a3c9865b427

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/-/commit/056270ef83c69d3767e9a06fe05c5a3c9865b427
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20210106/453e87b5/attachment.htm>


More information about the rb-commits mailing list