Commit b61721ba authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Do two benchmark runs of 5 rather than one of 10.

parent a1677314
...@@ -40,16 +40,19 @@ sleep ${DELAY} ...@@ -40,16 +40,19 @@ sleep ${DELAY}
# Warm caches. # Warm caches.
${BULKSTAT} -runs 1 /tmp/zipfiles.txt ${BULKSTAT} -runs 1 /tmp/zipfiles.txt
6prof -p $! -d 20 -t 3 -hs -l -h -f >& /tmp/zipfs.6prof & # Performance number without 6prof running
sleep 0.1 ${BULKSTAT} -runs 5 /tmp/zipfiles.txt
# C++ binaries can do this ~0.2ms/stat.
echo -e "\n\n" echo -e "\n\n"
${BULKSTAT} -runs 5 /tmp/zipfiles.txt # Run 6prof
6prof -p $! -d 20 -t 3 -hs -l -h -f >& /tmp/zipfs.6prof &
sleep 0.1
echo -e "\n\n" # Feed data to 6prof
${BULKSTAT} -runs 3 /tmp/zipfiles.txt
echo -e "\n\n"
fusermount -u /tmp/zipbench fusermount -u /tmp/zipbench
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment