PERFORCE change 147104 for review
Nick Barkas
snb at FreeBSD.org
Sun Aug 10 20:51:43 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=147104
Change 147104 by snb at snb_unagi on 2008/08/10 20:51:33
Fewer transactions on postmark benchmark, skip grepping through kernel
source, and remove checked out source tree.
Affected files ...
.. //depot/projects/soc2008/snb-dirhash/benchmark/dirhash_benchmark.sh#3 edit
Differences ...
==== //depot/projects/soc2008/snb-dirhash/benchmark/dirhash_benchmark.sh#3 (kxtext) ====
@@ -49,7 +49,7 @@
set location ./pm
set number 1000000
set subdirectories 500
-set transactions 100000
+set transactions 10000
run
EOF
@@ -84,12 +84,16 @@
echo ">>> make buildworld test <<<"
cd ./src
/usr/bin/time sh -c "make buildworld > ../buildworld.log 2>&1"
-/usr/bin/time sh -c "find ./src/sys -name '*.c' | xargs fgrep SCM_RIGHTS > ../src_find.log 2>&1"
/usr/bin/time rm -rf /usr/obj
cd ..
sleep_random
echo ""
+echo ">>> removing source tree <<<"
+/usr/bin/time rm -rf ./src
+sleep_random
+
+echo ""
echo ">>> removing svnroot <<<"
/usr/bin/time rm -rf $SVNROOT
sleep_random
More information about the p4-projects
mailing list