Files
ViewDesignEngine/bench/bench_main.cpp
T
茂之钳 9bf673e337
CI / Build & Test (push) Failing after 37s
CI / Release Build (push) Failing after 43s
fix: Delaunay3D circumcenter 完整实现 + 测试恢复
2026-07-23 23:22:35 +00:00

12 lines
355 B
C++

/// 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();