Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78002 - in sandbox/gtl/libs/polygon/benchmark: . benchmark_results
From: sydorchuk.andriy_at_[hidden]
Date: 2012-04-15 18:15:37


Author: asydorchuk
Date: 2012-04-15 18:15:36 EDT (Sun, 15 Apr 2012)
New Revision: 78002
URL: http://svn.boost.org/trac/boost/changeset/78002

Log:
Updating S-Hull benchmark for Windows.
Text files modified:
   sandbox/gtl/libs/polygon/benchmark/Jamfile.v2 | 16 +++++++++-------
   sandbox/gtl/libs/polygon/benchmark/benchmark_results/benchmark_points.txt | 8 ++++++++
   2 files changed, 17 insertions(+), 7 deletions(-)

Modified: sandbox/gtl/libs/polygon/benchmark/Jamfile.v2
==============================================================================
--- sandbox/gtl/libs/polygon/benchmark/Jamfile.v2 (original)
+++ sandbox/gtl/libs/polygon/benchmark/Jamfile.v2 2012-04-15 18:15:36 EDT (Sun, 15 Apr 2012)
@@ -8,17 +8,19 @@
 # Windows
 # It took five hours to configure CGAL on Windows. Good luck!
 #path-constant CGAL_ROOT : "d:/Programming/CGAL-4.0" ;
+#path-constant SHULL_ROOT : "d:/Programming/SHull" ;
 #project voronoi-benchmark
 # :
 # requirements
 # <include>$(CGAL_ROOT)/include
-# <library>$(CGAL_ROOT)/lib/libCGAL-vc90-mt-4.0.lib
-# <library>$(CGAL_ROOT)/lib/libCGAL_Core-vc90-mt-4.0.lib
-# <include>$(GMP_ROOT)/auxiliary/gmp/include
-# <library>$(GMP_ROOT)/auxiliary/gmp/lib/libgmp-10.lib
-# <library>$(GMP_ROOT)/auxiliary/gmp/lib/libmpfr-4.lib
-# <library>$(BOOST_ROOT)/libs/thread/build//boost_thread
-# <library>$(BOOST_ROOT)/lib/libboost_thread-vc90-mt-1_48.lib
+# <library>$(CGAL_ROOT)/lib/libCGAL-vc90-mt-4.0.lib
+# <library>$(CGAL_ROOT)/lib/libCGAL_Core-vc90-mt-4.0.lib
+# <include>$(CGAL_ROOT)/auxiliary/gmp/include
+# <library>$(CGAL_ROOT)/auxiliary/gmp/lib/libgmp-10.lib
+# <library>$(CGAL_ROOT)/auxiliary/gmp/lib/libmpfr-4.lib
+# <library>$(BOOST_ROOT)/libs/thread/build//boost_thread
+# <library>$(BOOST_ROOT)/lib/libboost_thread-vc90-mt-1_48.lib
+# <include>$(SHULL_ROOT)
 # ;
 
 # Linux

Modified: sandbox/gtl/libs/polygon/benchmark/benchmark_results/benchmark_points.txt
==============================================================================
--- sandbox/gtl/libs/polygon/benchmark/benchmark_results/benchmark_points.txt (original)
+++ sandbox/gtl/libs/polygon/benchmark/benchmark_results/benchmark_points.txt 2012-04-15 18:15:36 EDT (Sun, 15 Apr 2012)
@@ -20,6 +20,14 @@
 | 100000 | 10 | 16.904600 |
 | 1000000 | 1 | 566.056000 |
 
+S-Hull Triangulation of Points:
+| 10 | 100000 | 0.000043 |
+| 100 | 10000 | 0.000521 |
+| 1000 | 1000 | 0.007125 |
+| 10000 | 100 | 0.091640 |
+| 100000 | 10 | 1.218000 |
+| 1000000 | 1 | 15.394000 |
+
 System: CPU i5-7600 2.8 GHz, 4Gb RAM.
 OS: Ubuntu 11.10 64 bit.
 Compiler: gcc 4.6.1.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk