Revision: 56975
          http://sourceforge.net/p/brlcad/code/56975
Author:   brlcad
Date:     2013-08-20 05:48:30 +0000 (Tue, 20 Aug 2013)
Log Message:
-----------
reduce the default deviation to 2% and the number of frames to average across 
up to 5.  this should allow the benchmark number to become considerably more 
stabilized at the expense of just a few more frames (on average)

Modified Paths:
--------------
    brlcad/trunk/bench/run.sh

Modified: brlcad/trunk/bench/run.sh
===================================================================
--- brlcad/trunk/bench/run.sh   2013-08-19 22:01:37 UTC (rev 56974)
+++ brlcad/trunk/bench/run.sh   2013-08-20 05:48:30 UTC (rev 56975)
@@ -247,8 +247,8 @@
     echo "  ELP=/path/to/time_tool (e.g., elapsed.sh)"
     echo "  TIMEFRAME=#seconds (default 32)"
     echo "  MAXTIME=#seconds (default 300)"
-    echo "  DEVIATION=%deviation (default 3)"
-    echo "  AVERAGE=#frames (default 3)"
+    echo "  DEVIATION=%deviation (default 2)"
+    echo "  AVERAGE=#frames (default 5)"
     echo ""
     echo "Available RT options:"
     echo "  -P# (e.g., -P1 to force single CPU)"
@@ -650,10 +650,10 @@
 fi
 
 # maximum deviation percentage
-set_if_unset DEVIATION 3
+set_if_unset DEVIATION 2
 
 # maximum number of iterations to average
-set_if_unset AVERAGE 3
+set_if_unset AVERAGE 5
 
 # end of settings, separate the output
 $ECHO

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to