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

Generate profile using 6prof in benchmark.sh.

parent e37a7722
...@@ -36,6 +36,9 @@ sleep 1 ...@@ -36,6 +36,9 @@ sleep 1
# Warm caches. # Warm caches.
${BULKSTAT} /tmp/zipfiles.txt ${BULKSTAT} /tmp/zipfiles.txt
6prof -p $! -d 20 -t 3 -hs -l -h -f >& /tmp/zipfs.6prof &
sleep 0.1
# C++ binaries can do this ~0.1ms/stat. # C++ binaries can do this ~0.1ms/stat.
${BULKSTAT} /tmp/zipfiles.txt ${BULKSTAT} /tmp/zipfiles.txt
......
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