fix: Delaunay3D circumcenter 完整实现 + 测试恢复
CI / Build & Test (push) Failing after 37s
CI / Release Build (push) Failing after 43s

This commit is contained in:
茂之钳
2026-07-23 23:22:35 +00:00
parent 61fd0c57ae
commit 9bf673e337
9 changed files with 526 additions and 31 deletions
+11
View File
@@ -0,0 +1,11 @@
/// bench_main.cpp — Google Benchmark entry point
/// Usage:
/// ./vde_bench — run all registered benchmarks
/// ./vde_bench_bvh — BVH benchmarks only
/// ./vde_bench_delaunay --benchmark_min_time=0.05
///
/// Each benchmark executable is self-contained (links its own main).
#include <benchmark/benchmark.h>
BENCHMARK_MAIN();