Revision: 53807
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53807&view=rev
Author:   brlcad
Date:     2012-11-24 16:48:59 +0000 (Sat, 24 Nov 2012)
Log Message:
-----------
reduce to just 1M iterations so it takes just a couple seconds on 2011 hardware

Modified Paths:
--------------
    brlcad/trunk/src/librt/test_dvec.cpp

Modified: brlcad/trunk/src/librt/test_dvec.cpp
===================================================================
--- brlcad/trunk/src/librt/test_dvec.cpp        2012-11-24 16:47:21 UTC (rev 
53806)
+++ brlcad/trunk/src/librt/test_dvec.cpp        2012-11-24 16:48:59 UTC (rev 
53807)
@@ -27,7 +27,7 @@
 #include "dvec.h"
 
 
-const int COUNT = 100000000;
+const int COUNT = 1000000;
 
 int
 main(int argc, char** argv)

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


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to