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

git at osgeo.org git at osgeo.org
Thu Aug 8 11:45:42 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  8aae1cf6c1f3edc0076edb6fcba14f7dff898f22 (commit)
      from  01c8fbc2b782f94e800e77805d72fa79ec672b7b (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 8aae1cf6c1f3edc0076edb6fcba14f7dff898f22
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Thu Aug 8 11:44:31 2024 -0700

    Rename TopologyPredicatePerfTest

diff --git a/benchmarks/geom/CMakeLists.txt b/benchmarks/geom/CMakeLists.txt
index 63a25ed05..2d68291f7 100644
--- a/benchmarks/geom/CMakeLists.txt
+++ b/benchmarks/geom/CMakeLists.txt
@@ -32,8 +32,8 @@ IF(benchmark_FOUND)
             benchmark::benchmark geos_cxx_flags)
 endif()
 
-add_executable(perf_prepared_polygon_intersects
-    PreparedPolygonIntersectsPerfTest.cpp)
-target_include_directories(perf_prepared_polygon_intersects PUBLIC
+add_executable(perf_topo_predicate
+    TopologyPredicatePerfTest.cpp)
+target_include_directories(perf_topo_predicate PUBLIC
     $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/benchmarks>)
-target_link_libraries(perf_prepared_polygon_intersects PRIVATE geos)
+target_link_libraries(perf_topo_predicate PRIVATE geos)
diff --git a/benchmarks/geom/PreparedPolygonIntersectsPerfTest.cpp b/benchmarks/geom/TopologyPredicatePerfTest.cpp
similarity index 100%
rename from benchmarks/geom/PreparedPolygonIntersectsPerfTest.cpp
rename to benchmarks/geom/TopologyPredicatePerfTest.cpp

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

Summary of changes:
 benchmarks/geom/CMakeLists.txt                                    | 8 ++++----
 ...olygonIntersectsPerfTest.cpp => TopologyPredicatePerfTest.cpp} | 0
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename benchmarks/geom/{PreparedPolygonIntersectsPerfTest.cpp => TopologyPredicatePerfTest.cpp} (100%)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list