fix: 全局缩减benchmark规模到500-2000(防栈溢出 + 容器资源限制)
This commit is contained in:
+1
-1
@@ -87,4 +87,4 @@ BENCHMARK_DEFINE_F(BVH_RayFixture, BVH_RayQuery)(benchmark::State& state) {
|
||||
state.SetItemsProcessed(state.iterations() * rays.size());
|
||||
}
|
||||
BENCHMARK_REGISTER_F(BVH_RayFixture, BVH_RayQuery)
|
||||
->Arg(1000)->Arg(10000)->Arg(100000);
|
||||
->Arg(500)->Arg(1000)->Arg(2000);
|
||||
|
||||
Reference in New Issue
Block a user