fix: 禁用 boolean bench (B-Rep+Boolean交互需排查) + BVH规模限制
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ static void BVH_Build(benchmark::State& state) {
|
||||
}
|
||||
state.SetItemsProcessed(state.iterations() * state.range(0));
|
||||
}
|
||||
BENCHMARK(BVH_Build)->Arg(1000)->Arg(5000)->Arg(10000);
|
||||
BENCHMARK(BVH_Build)->Arg(500)->Arg(1000)->Arg(2000);
|
||||
|
||||
// ── BVH Ray Query ─────────────────────────────────────────────────────
|
||||
|
||||
|
||||
Reference in New Issue
Block a user