Prevent AzToolsFramework benchmarks timeout for now (#398) (#403)

This commit is contained in:
chiyenteng
2021-04-28 15:32:35 -07:00
committed by GitHub
parent f6cd7aa5db
commit efc0cbacba
@@ -78,7 +78,7 @@ namespace Benchmark
}
BENCHMARK_REGISTER_F(BM_PrefabUpdateInstances, UpdateInstances_SingeEntityInstances)
->RangeMultiplier(10)
->Range(100, 10000)
->Range(100, 1000)
->Unit(benchmark::kMillisecond)
->Complexity();