[geos-commits] [SCM] GEOS branch main-relate-ng updated. b61bdcefa6abd2632ca68180b140b8aa36d4e99a

git at osgeo.org git at osgeo.org
Tue Aug 6 11:50:25 PDT 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main-relate-ng has been updated
       via  b61bdcefa6abd2632ca68180b140b8aa36d4e99a (commit)
      from  0983ab4027ce6e696d56bea89e8cdcea73315f99 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b61bdcefa6abd2632ca68180b140b8aa36d4e99a
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Tue Aug 6 11:50:06 2024 -0700

    Fix CSV header for PreparedPolygonIntersectsPerfTest

diff --git a/benchmarks/geom/PreparedPolygonIntersectsPerfTest.cpp b/benchmarks/geom/PreparedPolygonIntersectsPerfTest.cpp
index 04fa95c84..045e70e6a 100644
--- a/benchmarks/geom/PreparedPolygonIntersectsPerfTest.cpp
+++ b/benchmarks/geom/PreparedPolygonIntersectsPerfTest.cpp
@@ -111,7 +111,7 @@ void test (std::size_t npts) {
 }
 
 int main() {
-    std::cout << "target_points,num_tests,num_hits,test_type,pts_in_test,method,time" << std::endl;
+    std::cout << "target_points,num_tests,num_hits,test_type,pts_in_test,method,time,factor" << std::endl;
     test(5);
     test(10);
     test(500);

-----------------------------------------------------------------------

Summary of changes:
 benchmarks/geom/PreparedPolygonIntersectsPerfTest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list