Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2aa9820 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Jun 14, 2024
1 parent c20517d commit 26cde2f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
21 changes: 17 additions & 4 deletions project/development/tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"url" : "https://libgeos.org/project/development/tests/",
"headline": "Testing",
"description": "Testing executables are in bin\n See also the ctest documentation. Unit Tests The GEOS unit tests are written using the TUT framework. There are tests for both the C\u002b\u002b code and the C API. The test source files are in the test\/unit directory. The test group names are in the group declaration in each XXXTest.cpp file. By convention the test group name is based on the test file path and name.",
"wordCount" : "254",
"wordCount" : "303",
"inLanguage": "en",
"isFamilyFriendly": "true",
"mainEntityOfPage": {
Expand Down Expand Up @@ -1543,10 +1543,23 @@ <h1>Testing</h1>
</a>
</h3>
</div>
<p>There are performance tests which are built, but not run as part of the standard test suite.
These can be run from the command line:</p>
<p>There are performance tests which are not built or run as part of the standard test suite.
Building this is enabled by the <code>cmake -DBUILD_BENCHMARKS=ON</code> flag.
The various tests can be run from the command line, e.g.:</p>
<pre tabindex="0"><code>$ bin/perf_iterated_buffer
</code></pre>
</code></pre><div class="gdoc-page__anchorwrap">
<h3 id="memory-usage-testing"
>
Memory Usage testing
<a data-clipboard-text="https://libgeos.org/project/development/tests/#memory-usage-testing" class="gdoc-page__anchor clip flex align-center" title="Anchor to: Memory Usage testing" aria-label="Anchor to: Memory Usage testing" href="#memory-usage-testing">
<svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"></use></svg>
</a>
</h3>
</div>
<p>In some cases bugs are caused by improper memory access after deallocation (<code>heap-use-after-free</code>).
This may be able to be detected and reported by using the Address Sanitizer compiler capability.
Enable this via <code>cmake -DCMAKE_BUILD_TYPE=ASAN</code>.</p>

</article>


Expand Down
2 changes: 1 addition & 1 deletion search/en.data.min.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions usage/download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"url" : "https://libgeos.org/usage/download/",
"headline": "Download and Build",
"description": "Download Project Release Release Date First Release Final Release Download Link Changes 3.12.2 2024\/06\/05 2023\/06\/27 2027\/07\/01 geos-3.12.2.tar.bz2 Changes 3.11.4 2024\/06\/05 2022\/07\/01 2026\/07\/01 geos-3.11.4.tar.bz2 Changes 3.10.6 2023\/11\/11 2021\/10\/20 2025\/10\/20 geos-3.10.6.tar.bz2 Changes 3.9.5 2023\/11\/12 2020\/12\/09 2024\/12\/09 geos-3.9.5.tar.bz2 Changes 3.8.4 EOL 2023\/11\/12 2019\/10\/10 2023\/11\/12 geos-3.8.4.tar.bz2 Changes Old releases can be downloaded from https:\/\/download.",
"wordCount" : "413",
"wordCount" : "420",
"inLanguage": "en",
"isFamilyFriendly": "true",
"mainEntityOfPage": {
Expand Down Expand Up @@ -1652,7 +1652,7 @@ <h1>Download and Build</h1>
<tr>
<td style="text-align:center">CMAKE_BUILD_TYPE</td>
<td style="text-align:center">Release</td>
<td style="text-align:center">Use <code>Debug</code> to build with debug flags and optimizations off. Use <code>Release</code> for packaging and production installs. Use <code>RelWithDebInfo</code> for optimized build with debug symbols.</td>
<td style="text-align:center">Use <code>Debug</code> to build with debug flags and optimizations off. Use <code>Release</code> for packaging and production installs. Use <code>RelWithDebInfo</code> for optimized build with debug symbols. Use <code>ASAN</code> to enable memory usage checking.</td>
</tr>
<tr>
<td style="text-align:center">CMAKE_INSTALL_PREFIX</td>
Expand Down

0 comments on commit 26cde2f

Please sign in to comment.